On this page
WP_Admin_Bar::_get_nodes(): array|void
Return
array|void
Source
File: wp-includes/class-wp-admin-bar.php. View all references
final protected function _get_nodes() {
if ( $this->bound ) {
return;
}
return $this->nodes;
}
Related
Used By
| Used By | Description |
|---|---|
| WP_Admin_Bar::_bind() wp-includes/class-wp-admin-bar.php | |
| WP_Admin_Bar::get_nodes() wp-includes/class-wp-admin-bar.php |
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_admin_bar/_get_nodes