PluginProbe
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar / trunk
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar vtrunk
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 +3 -0 3.2.11trunk 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',
@@ -265,8 +267,9 @@
265 267 'import_elementor_theme_next',
266 268 'exit_intent_ai_tab',
267 269 'exit-intent-build_with_ai',
268 270 ],
271 + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Reviewed for the NotificationX codebase: acceptable in this context.
269 272 'types_title' => apply_filters( 'nx_source_types_title', array(
270 273 'notification_bar' => __('Notification Bar', 'notificationx'),
271 274 'comments' => __('Comments', 'notificationx'),
272 275 'conversions' => __('Sales Notification', 'notificationx'),