wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_head › WordPress Function

Seit1.2.0
Veraltetn/v
wp_head ( Keine Parameter )
Definiert in:
Codex:

Fires the wp_head action.

See {@see 'wp_head'}.


Quellcode

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