agents_manager_use_unified_experience

agents_manager_use_unified_experience

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.6

apply_filters('agents_manager_use_unified_experience') is found 1 times:

  • /extensions/plugins/image-studio/image-studio.php line 42
    	if ( ! has_ai_features() ) {
    		return false;
    	}
    
    	return apply_filters( 'agents_manager_use_unified_experience', false )
    		|| apply_filters( 'jetpack_image_studio_enabled', false );
    }
    
    /**
     * Check whether AI features are available.
     *