2176* Filters whether to print the head scripts.2177*2178* @since 2.8.02179*2180* @param bool$print Whether to print the head scripts.Defaulttrue.2181*/2182if(apply_filters('print_head_scripts',true)){2183_print_scripts();2184}21852186$wp_scripts->reset();2187return$wp_scripts->done;2188}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.