agents_manager_agent_providers
agents_manager_agent_providers
Hook Type: filter
See hook in action
Displaying hooks found in version: jetpack.16.0apply_filters('agents_manager_agent_providers') is found 1 times:
- /jetpack_vendor/automattic/jetpack-agents-manager/src/class-agents-manager.php line 306
* import these modules and merge their providers. * * @param array $providers Array of provider script module IDs. */ $agent_providers = apply_filters( 'agents_manager_agent_providers', array() ); $use_unified_experience = self::is_unified_experience(); /** * Filter the default agent ID for the Agents Manager. *