WP_Admin_Bar::remove_node( string $id )
Remove a node.
Parameters
- $id
-
(Required) The ID of the item.
Source
File: wp-includes/class-wp-admin-bar.php
public function remove_node( $id ) {
$this->_unset_node( $id );
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |