agents_manager_use_unified_experience
agents_manager_use_unified_experience
Appears in: jetpack.15.6
Hook Type: filter
Displaying hooks found in version: jetpack.15.6apply_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. *