_wp_footer_scripts() In this article Table of ContentsSource Related Changelog ↑ Back to top Private, for use in *_footer_scripts hooks Source function _wp_footer_scripts() { print_late_styles(); print_footer_scripts(); } View all references View on Trac View on GitHub Related UsesDescriptionprint_late_styles()wp-includes/script-loader.phpPrints the styles that were queued too late for the HTML head. print_footer_scripts()wp-includes/script-loader.phpPrints the scripts that were queued for the footer or too late for the HTML head. Changelog VersionDescription3.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.