Parameters
$args
arrayrequired
Source
final protected function _set_node( $args ) {
$this->nodes[ $args['id'] ] = (object) $args;
}
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
CARVIEW |
$args
arrayrequiredfinal protected function _set_node( $args ) {
$this->nodes[ $args['id'] ] = (object) $args;
}
Used by | Description |
---|---|
WP_Admin_Bar::_bind()wp-includes/class-wp-admin-bar.php | |
WP_Admin_Bar::add_node()wp-includes/class-wp-admin-bar.php | Adds a node to the menu. |
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.