agents_manager_enqueue_script_strategy

agents_manager_enqueue_script_strategy

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.9

apply_filters('agents_manager_enqueue_script_strategy') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-agents-manager/src/class-agents-manager.php line 442
    			 *
    			 * @param array|bool $args The arguments to pass to wp_enqueue_script. Default is true.
    			 * @param string $handle The handle of the script.
    			 */
    			apply_filters( 'agents_manager_enqueue_script_strategy', true, 'agents-manager' )
    		);
    
    		if ( 'gutenberg-disconnected' !== $variant && 'ciab-disconnected' !== $variant ) {
    			wp_enqueue_style(
    				'agents-manager-style',
    				'https://widgets.wp.com/agents-manager/agents-manager-' . $variant . ( is_rtl() ? '.rtl.css' : '.css' ),