Fires when footer scripts are printed.
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.
do_action( 'wp_print_footer_scripts' );
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_print_footer_scripts