WP_Admin_Bar::__get( string $name ): string|array|void

In this article

Parameters

$namestringrequired

Return

string|array|void

Source

 * @var array
 */
public $menu = array();

/**
 * Initializes the admin bar.
 *
 * @since 3.1.0
 */
public function initialize() {

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.