2141* Filters whether to print the head scripts.2142*2143* @since 2.8.02144*2145* @param bool$print Whether to print the head scripts.Defaulttrue.2146*/2147if(apply_filters('print_head_scripts',true)){2148_print_scripts();2149}21502151$wp_scripts->reset();2152return$wp_scripts->done;2153}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.