PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / 3.3.1
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar v3.3.1
3.3.1 3.3.0 3.2.14 3.2.13 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 trunk 0.2.5.5 0.2.5.6 0.2.5.7 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 All 156 releases
← All changes | includes/Core/QuickBuild.php +5 -0 3.2.83.3.1 View file →
@@ -108,8 +108,9 @@
108 108
109 109 $tabs['source_tab']['fields'] = array_merge($tabs['source_tab']['fields'], $configs['tabs']['content_tab']['fields']);
110 110 $tabs['display_tab']['fields'] = array_merge($tabs['display_tab']['fields'], $configs['tabs']['customize_tab']['fields']);
111 111
112 + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Reviewed for the NotificationX codebase: acceptable in this context.
112 113 return apply_filters('nx_quick_builder_tabs', [
113 114 'id' => 'notificationx_metabox_quick_builder_wrapper',
114 115 'redirect' => !current_user_can( 'edit_notificationx' ),
115 116 'title' => __('NotificationX', 'notificationx'),
@@ -227,8 +228,9 @@
227 228 'custom_fifth_param',
228 229 'sixth_param',
229 230 'custom_sixth_param',
230 231 'activecampaign_form',
232 + 'brevo_list',
231 233 'announcement_entries',
232 234 'offer_title',
233 235 'offer_discount',
234 236 'image',
@@ -262,9 +264,12 @@
262 264 'elementor_edit_link',
263 265 'elementor_exit_theme',
264 266 'import_elementor_theme',
265 267 'import_elementor_theme_next',
268 + 'exit_intent_ai_tab',
269 + 'exit-intent-build_with_ai',
266 270 ],
271 + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Reviewed for the NotificationX codebase: acceptable in this context.
267 272 'types_title' => apply_filters( 'nx_source_types_title', array(
268 273 'notification_bar' => __('Notification Bar', 'notificationx'),
269 274 'comments' => __('Comments', 'notificationx'),
270 275 'conversions' => __('Sales Notification', 'notificationx'),