3186functionwp_head(){3187/**3188 * Prints scripts or data in the head tag on the front end.3189 *3190 * @since 1.5.03191 */3192do_action('wp_head');3193}31943195/**3196* Fires the wp_footer action.3197*3198* See {@see 'wp_footer'}.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.