3058functionwp_head(){3059/**3060 * Prints scripts or data in the head tag on the front end.3061 *3062 * @since 1.5.03063 */3064do_action('wp_head');3065}30663067/**3068* Fires the wp_footer action.3069*3070* See {@see 'wp_footer'}.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.