isEnabled() ) { return; } aioseo()->blocks->registerBlock( 'ai-assistant' ); } /** * Returns whether the AI Assistant block is enabled. * * @since 4.9.3 * * @return bool Whether the AI Assistant block is enabled. */ public function isEnabled() { return (bool) apply_filters( 'aioseo_ai_assistant_block_enabled', true ); } }