Filter hook 'print_head_scripts'

in WP Core File wp-includes/script-loader.php at line 2111

Description

Filters whether to print the head scripts.

Occurrences

Filename Line Number
wp-includes/script-loader.php 2111

Parameters

Type Name Description
bool $print Whether to print the head scripts. Default true.

PHP Doc

/**
	 * Filters whether to print the head scripts.
	 *
	 * @since 2.8.0
	 *
	 * @param bool $print Whether to print the head scripts. Default true.
	 */