Summery Summery
Remove a node.
Syntax Syntax
Parameters Parameters
- $id
-
(Required) The ID of the item.
Source Source
File: wp-includes/class-wp-admin-bar.php
public function remove_node( $id ) { $this->_unset_node( $id ); }
Developer Resources, Tips, Tricks, Tutorials and Much more.
Remove a node.
(Required) The ID of the item.
File: wp-includes/class-wp-admin-bar.php
public function remove_node( $id ) { $this->_unset_node( $id ); }