_wp_footer_scripts()
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() wp footer scripts code WP 6.7.1
function _wp_footer_scripts() { print_late_styles(); print_footer_scripts(); }