agents_manager_agent_providers, array(

agents_manager_agent_providers, array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('agents_manager_agent_providers, array(') 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.
    		 *