post_format_meta_box
post_format_meta_box ( $post, $box )
Parameters:- (WP_Post) post Current post object.
- (array) box { Post formats 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. }
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Displays post format form elements.