3191functionwp_head(){3192/**3193 * Prints scripts or data in the head tag on the front end.3194 *3195 * @since 1.5.03196 */3197do_action('wp_head');3198}31993200/**3201* Fires the wp_footer action.3202*3203* See {@see 'wp_footer'}.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.