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



wp_footer › WordPress Function

Since1.5.1
已弃用n/a
wp_footer ( 没有参数 )
定义在:
文档:

Fires the wp_footer action.

See {@see 'wp_footer'}.


源码

function wp_footer() {
	/**
	 * Prints scripts or data before the closing body tag on the front end.
	 *
	 * @since 1.5.1
	 */
	do_action( 'wp_footer' );
}