wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_head › WordPress Function

Since1.2.0
Deprecatedn/a
wp_head ( No parameters )
Defined at:
Codex:

Fires the wp_head action.

See {@see 'wp_head'}.


Source

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