wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_head › WordPress Function

Depuis1.2.0
Dépréciéen/a
wp_head ( Pas de paramètres )
Défini(e) dans:
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' );
}