2162* Filters whether to print the head scripts.2163*2164* @since 2.8.02165*2166* @param bool$print Whether to print the head scripts.Defaulttrue.2167*/2168if(apply_filters('print_head_scripts',true)){2169_print_scripts();2170}21712172$wp_scripts->reset();2173return$wp_scripts->done;2174}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.