print_head_scripts

print_head_scripts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('print_head_scripts') is found 1 times:

  • /wp-includes/script-loader.php line 2110
    	 * @since 2.8.0
    	 *
    	 * @param bool $print Whether to print the head scripts. Default true.
    	 */
    	if ( apply_filters( 'print_head_scripts', true ) ) {
    		_print_scripts();
    	}
    
    	$wp_scripts->reset();
    	return $wp_scripts->done;
    }