wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_head › WordPress Function

Da1.2.0
Deprecaton/a
wp_head ( Nessun parametro )
Definito a:
Codex:

Fires the wp_head action.

See {@see 'wp_head'}.


Sorgenti

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