_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();
}


Top ↑

Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes

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