2211* Filters whether to print the footer scripts.2212*2213* @since 2.8.02214*2215* @param bool$print Whether to print the footer scripts.Defaulttrue.2216*/2217if(apply_filters('print_footer_scripts',true)){2218_print_scripts();2219}22202221$wp_scripts->reset();2222return$wp_scripts->done;2223}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.