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/NotificationX.php +4 -0 3.2.14trunk View file →
@@ -106,8 +106,12 @@
106 106 } else {
107 107 add_action( 'elementor/loaded', [ ElementorManager::class, 'get_instance' ] );
108 108 }
109 109 EntriesMailReceiver::get_instance();
110 +
111 + // MCP server (AI-assistant integration). Progressive enhancement:
112 + // loads only on a capable PHP runtime and stays off until enabled.
113 + \NotificationX\MCP\Bootstrap::init();
110 114 }
111 115 /**
112 116 * The Plugin Activator
113 117 * @return void