2149* Filters whether to print the footer scripts.2150*2151* @since 2.8.02152*2153* @param bool$print Whether to print the footer scripts.Defaulttrue.2154*/2155if(apply_filters('print_footer_scripts',true)){2156_print_scripts();2157}21582159$wp_scripts->reset();2160return$wp_scripts->done;2161}
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.