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


Changelog

Changelog
Version Description
WP-3.3.0 Introduced.