949functionwp_meta(){950/**951 * Fires before displaying echoed content in the sidebar.952 *953 * @since 1.5.0954 */955do_action('wp_meta');956}957958/**959* Displays information about the current site.960*961* @since 0.71
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.