2197* Filters whether to print the footer scripts.2198*2199* @since 2.8.02200*2201* @param bool$print Whether to print the footer scripts.Defaulttrue.2202*/2203if(apply_filters('print_footer_scripts',true)){2204_print_scripts();2205}22062207$wp_scripts->reset();2208return$wp_scripts->done;2209}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.