WP_Admin_Bar::_unset_node( string $id )

In this article

Parameters

$idstringrequired

Source

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

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.