do_action( ‘wp_print_footer_scripts’ )

In this article

Fires when footer scripts are printed.

More Information

This hook print the scripts and styles in the footer.

The wp_print_footer_scripts action is triggered inside the wp_footer action.

This hook provides no parameters. Your functions shouldn’t return, and shouldn’t take any parameters.

Source

do_action( 'wp_print_footer_scripts' );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.