| @@ -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'), |