W3cubDocs

/WordPress

WP_Admin_Bar::_get_nodes()

Return

(array|void)

Source

File: wp-includes/class-wp-admin-bar.php

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

		return $this->nodes;
	}

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_admin_bar/_get_nodes