WP_Admin_Bar::_unset_node()protectedWP 3.3.0

Method of the class: WP_Admin_Bar{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->_unset_node( $id );
$id(string) (required)
-

Changelog

Since 3.3.0 Introduced.

WP_Admin_Bar::_unset_node() code WP 6.5.2

final protected function _unset_node( $id ) {
	unset( $this->nodes[ $id ] );
}