_wp_footer_scripts() WordPress Function
The _wp_footer_scripts() function is used to load JavaScript code in the footer of a WordPress site. This function is called by the wp_footer() function.
_wp_footer_scripts() #
Private, for use in *_footer_scripts hooks
Source
File: wp-includes/script-loader.php
function _wp_footer_scripts() { print_late_styles(); print_footer_scripts(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |