HTTP/2 200
server: nginx
date: Wed, 23 Jul 2025 20:50:21 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
WP_Admin_Bar::_get_node() – Method | Developer.WordPress.org
WP_Admin_Bar::_get_node( string $id ): object|void
final protected function _get_node( $id ) {
if ( $this->bound ) {
return;
}
if ( empty( $id ) ) {
$id = 'root';
}
if ( isset( $this->nodes[ $id ] ) ) {
return $this->nodes[ $id ];
}
}
View all references View on Trac View on GitHub
Version | Description |
---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.