Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
make(ActivationHandler::class))->handle();
});
register_deactivation_hook($file, function () use ($app) {
($app->make(DeactivationHandler::class))->handle();
});
require_once FLUENT_BOARDS_PLUGIN_PATH . 'vendor/woocommerce/action-scheduler/action-scheduler.php';
add_action('plugins_loaded', function () use ($app) {
do_action('fluent_boards_loaded', $app);
});
add_action('fluentcrm_loaded', function () {
new \FluentBoards\App\Services\Intergrations\FluentCRM\Init();
});
add_action('fluentform/loaded', function ($app) {
new \FluentBoards\App\Services\Intergrations\FluentFormIntegration\Bootstrap($app);
});
};