On this page
_wp_footer_scripts()
Private, for use in *_footer_scripts hooks
Source
File: wp-includes/script-loader.php. View all references
function _wp_footer_scripts() {
print_late_styles();
print_footer_scripts();
}
Related
Uses
| Uses | Description |
|---|---|
| print_late_styles() wp-includes/script-loader.php | Prints the styles that were queued too late for the HTML head. |
| print_footer_scripts() wp-includes/script-loader.php | Prints the scripts that were queued for the footer or too late for the HTML head. |
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_wp_footer_scripts