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



wp_head › WordPress Function

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

Fires the wp_head action.

See {@see 'wp_head'}.


源码

function wp_head() {
	/**
	 * Prints scripts or data in the head tag on the front end.
	 *
	 * @since 1.5.0
	 */
	do_action( 'wp_head' );
}