WP_Admin_Bar::_get_nodes(): array|void

In this article

Return

array|void

Source

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

	return $this->nodes;
}

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

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