WP_Admin_Bar::_get_nodes()
Return
(array|void)
Source
File: wp-includes/class-wp-admin-bar.php
final protected function _get_nodes() { if ( $this->bound ) { return; } return $this->nodes; }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |