_wp_footer_scripts()

Private, for use in *_footer_scripts hooks


Description Description


Source Source

File: wp-includes/script-loader.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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