PluginProbe
Simple Analytics / 1.67
Simple Analytics v1.67
1.109 1.108 1.107 1.106 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.90 1.91 All 98 releases
← All changes | src/Scripts/AnalyticsScript.php +0 -1 1.1081.67 View file →
@@ -22,9 +22,8 @@
22 22
23 23 public function attributes(): array
24 24 {
25 25 return array_filter([
26 - 'data-platform' => 'wordpress',
27 26 'data-mode' => Setting::boolean(SettingName::HASH_MODE) ? 'hash' : null,
28 27 'data-collect-dnt' => Setting::boolean(SettingName::COLLECT_DNT) ? 'true' : null,
29 28 'data-ignore-pages' => Setting::get(SettingName::IGNORE_PAGES),
30 29 'data-auto-collect' => Setting::get(SettingName::MANUAL_COLLECT) ? 'true' : null,