WP_Admin_Bar::_get_nodes(): array|void In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Return array|void Source final protected function _get_nodes() { if ( $this->bound ) { return; } return $this->nodes; } View all references View on Trac View on GitHub Related Used byDescriptionWP_Admin_Bar::_bind()wp-includes/class-wp-admin-bar.phpWP_Admin_Bar::get_nodes()wp-includes/class-wp-admin-bar.php Changelog VersionDescription3.3.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.