WP_Admin_Bar::_get_nodes()protectedWP 3.3.0

Method of the class: WP_Admin_Bar{}

No Hooks.

Return

Array|null.

Usage

// protected - for code of main (parent) or child class
$result = $this->_get_nodes();

Changelog

Since 3.3.0 Introduced.

WP_Admin_Bar::_get_nodes() code WP 6.5.2

final protected function _get_nodes() {
	if ( $this->bound ) {
		return;
	}

	return $this->nodes;
}