post_submit_meta_box


post_submit_meta_box ( $post, $args = array() )

Parameters:
  • (WP_Post) post Current post object.
  • (array) args { Array of arguments for building the post submit meta box. @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. }
Defined at:

Description

Displays post submit form fields.

Related Functions

post_slug_meta_box, post_author_meta_box, link_submit_meta_box, post_custom_meta_box, post_format_meta_box

Top Google Results

User discussions

wpseek mobile