2114* Filters whether to print the head scripts.2115*2116* @since 2.8.02117*2118* @param bool$print Whether to print the head scripts.Defaulttrue.2119*/2120if(apply_filters('print_head_scripts',true)){2121_print_scripts();2122}21232124$wp_scripts->reset();2125return$wp_scripts->done;2126}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.