| @@ -51,8 +51,9 @@ | ||
| 51 | 51 | $this->title = __('Email Subscription', 'notificationx'); |
| 52 | 52 | $this->popup = [ |
| 53 | 53 | "denyButtonText" => __("<a href='https://notificationx.com/docs/mailchimp-email-subscription-alert/' target='_blank'>More Info</a>", "notificationx"), |
| 54 | 54 | "confirmButtonText" => __("<a href='https://notificationx.com/#pricing' target='_blank'>Upgrade to PRO</a>", "notificationx"), |
| 55 | + // 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. | |
| 55 | 56 | "html"=> __(' |
| 56 | 57 | <span>Show popups to display which users subscribed to your Newsletter.</span> |
| 57 | 58 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 58 | 59 | <source src="https://notificationx.com/wp-content/uploads/2024/01/How-to-Display-Email-Subscription-Alerts-using-NotificationX.mp4" type="video/mp4"> |
| @@ -57,8 +58,9 @@ | ||
| 57 | 58 | <video id="pro_alert_video_popup" type="text/html" allowfullscreen width="450" height="235" autoplay loop muted> |
| 58 | 59 | <source src="https://notificationx.com/wp-content/uploads/2024/01/How-to-Display-Email-Subscription-Alerts-using-NotificationX.mp4" type="video/mp4"> |
| 59 | 60 | </video> |
| 60 | 61 | ', 'notificationx') |
| 62 | + // phpcs:enable PluginCheck.CodeAnalysis.Offloading.OffloadedContent | |
| 61 | 63 | ]; |
| 62 | 64 | |
| 63 | 65 | $common_fields = [ |
| 64 | 66 | 'first_param' => 'tag_first_name', |