agents_manager_use_unified_experience
agents_manager_use_unified_experience
Hook Type: filter
See hook in action
Displaying hooks found in version: jetpack.16.0apply_filters('agents_manager_use_unified_experience') is found 1 times:
- /jetpack_vendor/automattic/jetpack-agents-manager/src/class-agents-manager.php line 435
* The filter is hooked by should_use_unified_experience() in this class. * * @param bool $use_unified_experience Whether to use unified experience. Default false. */ return (bool) apply_filters( 'agents_manager_use_unified_experience', false ); } /** * Returns true if the Agents Manager should be loaded in the current context. * * @return bool