_wp_footer_scripts()

In this article

Private, for use in *_footer_scripts hooks

Source

function _wp_footer_scripts() {
	print_late_styles();
	print_footer_scripts();
}

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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