3407functionwp_head(){3408/**3409 * Prints scripts or data in the head tag on the front end.3410 *3411 * @since 1.5.03412 */3413do_action('wp_head');3414}34153416/**3417* Fires the wp_footer action.3418*3419* See {@see 'wp_footer'}.
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.