Used By
| Used By | Description |
|---|---|
| wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::_bind() | |
| wp-includes/class-wp-admin-bar.php: WP_Admin_Bar::get_node() | Gets a node. |
(string) (Required)
(object|void)
File: wp-includes/class-wp-admin-bar.php
final protected function _get_node( $id ) {
if ( $this->bound ) {
return;
}
if ( empty( $id ) ) {
$id = 'root';
}
if ( isset( $this->nodes[ $id ] ) ) {
return $this->nodes[ $id ];
}
}
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_admin_bar/_get_node