WP_Admin_Bar::_set_node( array $args )
Parameters
- $args
-
(Required)
Source
File: wp-includes/class-wp-admin-bar.php
final protected function _set_node( $args ) {
$this->nodes[ $args['id'] ] = (object) $args;
}
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |