admin_bar_menu

Advertisement

Summery Summery

Load all necessary admin bar items.

Syntax Syntax

do_action_ref_array( 'admin_bar_menu', WP_Admin_Bar $wp_admin_bar )

Description Description

This is the hook used to add, remove, or manipulate admin bar items.

Parameters Parameters

$wp_admin_bar

WP_Admin_Bar instance, passed by reference

Source Source

File: wp-includes/admin-bar.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply