Shared remains the only direction crossed. */ interface ABJ_404_Solution_PluginLogicInterface { /** * Re-register all WP cron hooks owned by the plugin. Used by upgrade flows * that complete schema work and need to ensure schedulers are wired. * * @return void */ public function registerCrons(): void; }