Parameters
$id
stringrequired
Source
final protected function _unset_node( $id ) {
unset( $this->nodes[ $id ] );
}
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
CARVIEW |
$id
stringrequiredfinal protected function _unset_node( $id ) {
unset( $this->nodes[ $id ] );
}
Used by | Description |
---|---|
WP_Admin_Bar::remove_node()wp-includes/class-wp-admin-bar.php | Remove a node. |
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.