3202functionwp_head(){3203/**3204 * Prints scripts or data in the head tag on the front end.3205 *3206 * @since 1.5.03207 */3208do_action('wp_head');3209}32103211/**3212* Fires the wp_footer action.3213*3214* See {@see 'wp_footer'}.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.