wp_admin_bar_render


wp_admin_bar_render ( No parameters )

Defined at:
Change Log:
  • 5: .

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.

Related Functions

wp_admin_bar_header, wp_admin_bar_wp_menu, _wp_admin_bar_init, wp_admin_bar_search_menu, wp_admin_headers

Top Google Results

User discussions

wpseek mobile