PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 6.2.14
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v6.2.14
6.2.14 6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 All 196 releases
← All changes | boot/app.php +6 -0 6.2.76.2.14 View file →
@@ -28,11 +28,17 @@
28 28 add_action('fluentform/global_menu', $renderNotice);
29 29 add_action('fluentform/after_form_menu', $renderNotice);
30 30 });
31 31 }
32 +
33 + fluentform_maybe_disable_contaminated_pro();
32 34 });
33 35
34 36 $app = new Application($file);
37 +
38 + // Boot the MCP server (Abilities API tools + endpoint). Self-guards: ships
39 + // off, and its Abilities/adapter hooks fire only when those systems exist.
40 + \FluentForm\App\Modules\MCP\MCPInit::boot();
35 41
36 42 register_activation_hook($file, function ($network_wide) use ($app) {
37 43 ($app->make(ActivationHandler::class))->handle($network_wide);
38 44 });