jetpack_ai_sidebar_enabled

jetpack_ai_sidebar_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0

apply_filters('jetpack_ai_sidebar_enabled') is found 1 times:

  • /extensions/plugins/ai-assistant-plugin/ai-sidebar/class-jetpack-ai-sidebar.php line 402
    		 * init() and every sidebar surface.
    		 *
    		 * @param bool $enabled Whether the Jetpack AI sidebar is enabled.
    		 */
    		return (bool) apply_filters( 'jetpack_ai_sidebar_enabled', $enabled );
    	}
    
    	/**
    	 * Whether the sidebar surface should be exposed for this request: the sidebar
    	 * gate is open, we are in the post editor, and AI features are available.
    	 *