WordPress Version: 3.7
/**
* Private, for use in *_footer_scripts hooks
*
* @since 3.3.0
*/
function _wp_footer_scripts()
{
print_late_styles();
print_footer_scripts();
}
The timeline below displays how wordpress function _wp_footer_scripts has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Private, for use in *_footer_scripts hooks
*
* @since 3.3.0
*/
function _wp_footer_scripts()
{
print_late_styles();
print_footer_scripts();
}