@@ -33,10 +33,10 @@ |
||
33 | 33 | $enabled = $metaContainer['data']['googleAnalytics']['include'] ?? null; |
34 | 34 | if ($enabled) { |
35 | 35 | Craft::$app->announcements->push( |
36 | - function ($language) { |
|
36 | + function($language) { |
|
37 | 37 | return Craft::t('seomatic', 'Google Universal Analytics deprecated', [], $language); |
38 | 38 | }, |
39 | - function ($language) { |
|
39 | + function($language) { |
|
40 | 40 | return Craft::t('seomatic', 'Universal Analytics (which is used on this site via the SEOmatic plugin) is being [discontinued on July 1st, 2023]({url}). You should use Google gtag.js or Google Tag Manager instead and transition to a new GA4 property.', [ |
41 | 41 | 'url' => 'https://support.google.com/analytics/answer/11583528', |
42 | 42 | ], $language); |