GC_Admin_Bar::add_menu()
最后更新于:2021-11-26 09:08:03
GC_Admin_Bar::add_menu( array$node)Add a node (menu item) to the Admin Bar menu.
参数
- $node
-
(array) (Required) The attributes that define the node.
源文件
文件: gc-includes/class-gc-admin-bar.php
public function add_menu( $node ) {
$this->add_node( $node );
}