post_categories_meta_box


post_categories_meta_box ( $post, $box )

Parameters:
  • (WP_Post) post Current post object.
  • (array) box { Categories meta box arguments. @type string $id Meta box 'id' attribute. @type string $title Meta box title. @type callable $callback Meta box display callback. @type array $args { Extra meta box arguments. @type string $taxonomy Taxonomy. Default 'category'. } }
Defined at:

Description

Displays post categories form fields.

Related Functions

link_categories_meta_box, post_author_meta_box, post_tags_meta_box, post_comment_meta_box, post_custom_meta_box

Top Google Results

User discussions

wpseek mobile