wp_print_footer_scripts()
Hooks to print the scripts and styles in the footer.
Hooks from the function
Return
null
. Nothing (null).
Usage
wp_print_footer_scripts();
Changelog
Since 2.8.0 | Introduced. |
wp_print_footer_scripts() wp print footer scripts code WP 6.7.1
function wp_print_footer_scripts() { /** * Fires when footer scripts are printed. * * @since 2.8.0 */ do_action( 'wp_print_footer_scripts' ); }