私有,用于* _footer_scripts挂钩
原型
_wp_footer_scripts()
源文件
路径:wp-includes/script-loader.php
<?php
...
function _wp_footer_scripts() {
print_late_styles();
print_footer_scripts();
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/_wp_footer_scripts/