WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about print_head_scripts

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/script-loader.php apply_filters 2028 /**
* Filters whether to print the head scripts.
*
* @since 2.8.0
*
* @param bool $print Whether to print the head scripts. Default true.
*/

Hook Parameters

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