register(); (new \FluentCommunity\App\Hooks\Handlers\CustomizerHander())->register(); (new \FluentCommunity\App\Hooks\Handlers\PortalSettingsHandler())->register(); (new \FluentCommunity\App\Hooks\Handlers\NotificationEventHandler())->register(); (new \FluentCommunity\App\Hooks\Handlers\EmailNotificationHandler())->register(); (new \FluentCommunity\App\Hooks\Handlers\ActivityMonitorHandler())->register(); (new \FluentCommunity\App\Hooks\Handlers\Scheduler())->register(); (new \FluentCommunity\App\Hooks\Handlers\CleanupHandler())->register(); (new \FluentCommunity\App\Hooks\Handlers\FluentBlockEditorHandler())->register(); // Rate limit handler (new \FluentCommunity\App\Hooks\Handlers\RateLimitHandler())->register(); if (defined('WP_CLI') && WP_CLI) { \WP_CLI::add_command('fluent_community', '\FluentCommunity\App\Hooks\CLI\Commands'); // Add Fluent CLI commands if (defined('WP_DEBUG') && WP_DEBUG) { \WP_CLI::add_command('fluent_community_dummy', '\FluentCommunity\App\Hooks\CLI\DymmyCommands'); } }