jetpack_ai_sidebar_enabled
jetpack_ai_sidebar_enabled
Appears in: jetpack.15.9
Hook Type: filter
Displaying hooks found in version: jetpack.15.9apply_filters('jetpack_ai_sidebar_enabled') is found 1 times:
- /extensions/plugins/ai-assistant-plugin/ai-sidebar/class-jetpack-ai-sidebar.php line 53
* a host-level kill switch for the whole sidebar entrypoint. * * @param bool $enabled Whether the AI sidebar is enabled. */ if ( ! apply_filters( 'jetpack_ai_sidebar_enabled', self::is_jetpack_ai_sidebar_preview_enabled() ) ) { return; } // Register as Agents Manager provider. The filter fires inside // Agents_Manager::enqueue_scripts() — harmless if AM is not active. // Priority 20 so Jetpack loads AFTER Image Studio (priority 10).