| @@ -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, |