GC_Admin_Bar::remove_node()

最后更新于:2021-11-26 09:09:15

GC_Admin_Bar::remove_node( string$id)

Remove a node.

参数

$id

(string) (Required) The ID of the item.

源文件

文件: gc-includes/class-gc-admin-bar.php

	public function remove_node( $id ) {
		$this->_unset_node( $id );
	}