wp_admin_bar_render
wp_admin_bar_render ( No parameters )
- Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Renders the admin bar to the page based on the $wp_admin_bar->menu member var.This is called very early on the {@see 'wp_body_open'} action so that it will render
before anything else being added to the page body.
For backward compatibility with themes not using the 'wp_body_open' action,
the function is also called late on {@see 'wp_footer'}.
It includes the {@see 'admin_bar_menu'} action which should be used to hook in and
add new menus to the admin bar. This also gives you access to the `$post` global,
among others.