wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_print_footer_scripts › WordPress Function

Since2.8.0
已弃用n/a
wp_print_footer_scripts ( 没有参数 )
定义在:
文档:

Hooks to print the scripts and styles in the footer.



源码

function wp_print_footer_scripts() {
	/**
	 * Fires when footer scripts are printed.
	 *
	 * @since 2.8.0
	 */
	do_action( 'wp_print_footer_scripts' );
}