Definition:
function _wp_footer_scripts() {}
Private, for use in *_footer_scripts hooks
Source code
function _wp_footer_scripts() {
print_late_styles();
print_footer_scripts();
}
18001
December 13, 2011 by Thorsten
0 Comments
Definition:
function _wp_footer_scripts() {}
function _wp_footer_scripts() {
print_late_styles();
print_footer_scripts();
}
18001
No comments yet... Be the first to leave a reply!