Action hook 'wp_head'

in WP Core File wp-includes/general-template.php at line 3065

Description

Prints scripts or data in the head tag on the front end.

Occurrences

Filename Line Number
wp-includes/general-template.php 3065

Usage Examples

Example 1

add_action( 'wp_head', 'wp_strict_cross_origin_referrer'

PHP Doc

/**
	 * Prints scripts or data in the head tag on the front end.
	 *
	 * @since 1.5.0
	 */