| @@ -45,8 +45,9 @@ | ||
| 45 | 45 | $this->title = __('Page Analytics', 'notificationx'); |
| 46 | 46 | $this->popup = [ |
| 47 | 47 | "denyButtonText" => __("<a href='https://notificationx.com/docs/google-analytics/' target='_blank'>More Info</a>", "notificationx"), |
| 48 | 48 | "confirmButtonText" => __("<a href='https://notificationx.com/#pricing' target='_blank'>Upgrade to PRO</a>", "notificationx"), |
| 49 | + // phpcs:disable PluginCheck.CodeAnalysis.Offloading.OffloadedContent -- False positive for this context: these are HTML email bodies and remote documentation/tutorial links in admin help text, not offloaded plugin assets. Audited 2026-07-16. | |
| 49 | 50 | "html"=> __(' |
| 50 | 51 | <span>Connect Google Analytics to display the total number of real-time site visitors</span> |
| 51 | 52 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 52 | 53 | <source src="https://notificationx.com/wp-content/uploads/2024/01/Google-Analytics-Integration-With-NotificationX-How-To-Show-Active-Users-Traffic-in-WordPress.mp4" type="video/mp4"> |
| @@ -51,8 +52,9 @@ | ||
| 51 | 52 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 52 | 53 | <source src="https://notificationx.com/wp-content/uploads/2024/01/Google-Analytics-Integration-With-NotificationX-How-To-Show-Active-Users-Traffic-in-WordPress.mp4" type="video/mp4"> |
| 53 | 54 | </video> |
| 54 | 55 | ', 'notificationx') |
| 56 | + // phpcs:enable PluginCheck.CodeAnalysis.Offloading.OffloadedContent | |
| 55 | 57 | ]; |
| 56 | 58 | $this->themes = [ |
| 57 | 59 | 'pa-theme-one' => [ |
| 58 | 60 | 'source' => NOTIFICATIONX_ADMIN_URL . 'images/extensions/themes/analytics/ga-theme-one.jpg', |