| @@ -44,8 +44,9 @@ | ||
| 44 | 44 | $this->dashboard_title = __('Flashing Tab', 'notificationx'); |
| 45 | 45 | $this->popup = [ |
| 46 | 46 | "denyButtonText" => __("<a href='https://notificationx.com/flashing-tab/' target='_blank'>More Info</a>", "notificationx"), |
| 47 | 47 | "confirmButtonText" => __("<a href='https://notificationx.com/#pricing' target='_blank'>Upgrade to PRO</a>", "notificationx"), |
| 48 | + // 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. | |
| 48 | 49 | "html"=> __(' |
| 49 | 50 | <span>Revive lost visitors and convert them into customers with captivating Flashing Tab alerts.</span> |
| 50 | 51 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 51 | 52 | <source src="https://notificationx.com/wp-content/uploads/2024/01/How-To-Configure-Flashing-Tab-Alert-With-NotificationX.mp4" type="video/mp4"> |
| @@ -50,8 +51,9 @@ | ||
| 50 | 51 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 51 | 52 | <source src="https://notificationx.com/wp-content/uploads/2024/01/How-To-Configure-Flashing-Tab-Alert-With-NotificationX.mp4" type="video/mp4"> |
| 52 | 53 | </video> |
| 53 | 54 | ', 'notificationx') |
| 55 | + // phpcs:enable PluginCheck.CodeAnalysis.Offloading.OffloadedContent | |
| 54 | 56 | ]; |
| 55 | 57 | } |
| 56 | 58 | |
| 57 | 59 | } |