WP_Admin_Bar::_get_nodes()
Method of the class: WP_Admin_Bar{}
No Hooks.
Return
Array|null
.
Usage
// protected - for code of main (parent) or child class $result = $this->_get_nodes();
Changelog
Since 3.3.0 | Introduced. |
WP_Admin_Bar::_get_nodes() WP Admin Bar:: get nodes code WP 6.6.2
final protected function _get_nodes() { if ( $this->bound ) { return; } return $this->nodes; }