| @@ -50,8 +50,9 @@ | ||
| 50 | 50 | $this->title = __('Video', 'notificationx'); |
| 51 | 51 | $this->popup = [ |
| 52 | 52 | "denyButtonText" => __("<a href='https://notificationx.com/docs/youtube-video-activities-popups/' target='_blank'>More Info</a>", "notificationx"), |
| 53 | 53 | "confirmButtonText" => __("<a href='https://notificationx.com/#pricing' target='_blank'>Upgrade to PRO</a>", "notificationx"), |
| 54 | + // 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. | |
| 54 | 55 | "html"=> __(' |
| 55 | 56 | <span>NotificationX will help you increasing engagement of your YouTube channel and gaining more credibility.</span> |
| 56 | 57 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 57 | 58 | <source src="https://notificationx.com/wp-content/uploads/2024/01/How-To-Show-YouTube-Activities-Popup-With-NotificationX.mp4" type="video/mp4"> |
| @@ -56,8 +57,9 @@ | ||
| 56 | 57 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 57 | 58 | <source src="https://notificationx.com/wp-content/uploads/2024/01/How-To-Show-YouTube-Activities-Popup-With-NotificationX.mp4" type="video/mp4"> |
| 58 | 59 | </video> |
| 59 | 60 | ', 'notificationx') |
| 61 | + // phpcs:enable PluginCheck.CodeAnalysis.Offloading.OffloadedContent | |
| 60 | 62 | ]; |
| 61 | 63 | } |
| 62 | 64 | |
| 63 | 65 | } |