wp_nav_menu_item_post_type_meta_box


wp_nav_menu_item_post_type_meta_box ( $data_object, $box )

Parameters:
  • (string) data_object Not used.
  • (array) box { Post type 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 WP_Post_Type $args Extra meta box arguments (the post type object for this meta box). }
Defined at:

Description

Displays a meta box for a post type menu item.

Related Functions

wp_nav_menu_post_type_meta_boxes, wp_nav_menu_item_taxonomy_meta_box, wp_nav_menu_item_link_meta_box, wp_nav_menu_taxonomy_meta_boxes, wp_nav_menu_locations_meta_box

Top Google Results

User discussions

wpseek mobile