747functionwp_meta(){748/**749 * Fires before displaying echoed content in the sidebar.750 *751 * @since 1.5.0752 */753do_action('wp_meta');754}755756/**757* Displays information about the current site.758*759* @since 0.71
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.