wp_nav_menu_item_taxonomy_meta_box
wp_nav_menu_item_taxonomy_meta_box ( $data_object, $box )
Parameters:- (string) data_object Not used.
- (array) box {
Taxonomy menu item meta box arguments.
@type string $id Meta box 'id' attribute.
@type string $title Meta box title.
@type callable $callback Meta box display callback.
@type object $args Extra meta box arguments (the taxonomy object for this meta box).
}
Defined at: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Displays a meta box for a taxonomy menu item.