_wp_footer_scripts()WP 3.3.0

Private, for use in *_footer_scripts hooks

Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.

No Hooks.

Return

null. Nothing (null).

Usage

_wp_footer_scripts();

Changelog

Since 3.3.0 Introduced.

_wp_footer_scripts() code WP 6.5.2

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