$wp_scripts->do_concat =
$concatenate_scripts;
$wp_scripts->
do_head_items();
/**
* Filters whether to print the head scripts.
*
* @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;
}/**
* Prints the scripts that were queued for the footer or too late for the HTML head.
*
* @since 2.8.0
*
* @global WP_Scripts $wp_scripts
* @global bool $concatenate_scripts
*
* @return array
*/