| @@ -45,9 +45,11 @@ | ||
| 45 | 45 | 'success_text' => __( 'Copied to clipboard.', 'notificationx' ), |
| 46 | 46 | 'is_pro' => true, |
| 47 | 47 | 'copyOnClick' => true, |
| 48 | 48 | 'readOnly' => true, |
| 49 | + /* translators: %s: Cross Domain Notice link URL */ | |
| 49 | 50 | 'help' => sprintf( __( 'Show your Notification Alerts in another website using <a target="_blank" href="%s">Cross Domain Notice</a>.', 'notificationx' ), 'https://notificationx.com/docs/notificationx-cross-domain-notice/' ), |
| 51 | + // phpcs:ignore WordPress.WP.EnqueuedResources.NonEnqueuedScript, WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Default value of a setting shown to the user to copy, not output by the plugin; nx_ is this plugin's established hook prefix. | |
| 50 | 52 | 'default' => apply_filters( 'nx_settings_xss_code_default', "<div id='notificationx-frontend'></div>\n<script>....</script>\n<script src='....../crossSite.js'></script>" ), |
| 51 | 53 | 'priority' => 1, |
| 52 | 54 | ), |
| 53 | 55 | ), |