| @@ -33,5 +33,8 @@ | ||
| 33 | 33 | add_action('fluentform/loaded', function ($app) { |
| 34 | 34 | new \FluentBoards\App\Services\Intergrations\FluentFormIntegration\Bootstrap($app); |
| 35 | 35 | }); |
| 36 | 36 | |
| 37 | + // Add this new hook for multisite support | |
| 38 | + add_action('wp_initialize_site', ['\FluentBoards\Database\DBMigrator', 'handle_new_site']); | |
| 39 | + | |
| 37 | 40 | }; |