On this page
WP_Admin_Bar::_unset_node( string $id )
Parameters
$idstring Required
Source
File: wp-includes/class-wp-admin-bar.php. View all references
final protected function _unset_node( $id ) {
unset( $this->nodes[ $id ] );
}
Related
Used By
| Used By | Description |
|---|---|
| WP_Admin_Bar::remove_node() wp-includes/class-wp-admin-bar.php | Remove a node. |
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_admin_bar/_unset_node