9899/**100 * Fires before the admin bar is rendered.101 *102 * @since 3.1.0103 */104do_action('wp_before_admin_bar_render');105106$wp_admin_bar->render();107108/**109* Fires after the admin bar is rendered.110*
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.