This hook can add, remove, or manipulate admin bar items. The priority determines the placement for new items, and changes to existing items would require a high priority. To remove or manipulate existing nodes without a specific priority, use wp_before_admin_bar_render.
91* without a specific priority,use`wp_before_admin_bar_render`.92*93* @since 3.1.094*95* @param WP_Admin_Bar$wp_admin_bar The WP_Admin_Bar instance, passed by reference.96*/97do_action_ref_array('admin_bar_menu',array(&$wp_admin_bar));9899/**100 * Fires before the admin bar is rendered.101 *102 * @since 3.1.0103 */
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.