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(); // Rate limit handler (new \FluentCommunity\App\Hooks\Handlers\RateLimitHandler())->register(); add_action('init', function () { if (!isset($_REQUEST['testx'])) { return; } });