743functionwp_meta(){744/**745 * Fires before displaying echoed content in the sidebar.746 *747 * @since 1.5.0748 */749do_action('wp_meta');750}751752/**753* Displays information about the current site.754*755* @since 0.71
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.