Core Function
View Source on Trac ↗ post_submit_meta_box()
post_submit_meta_box( mixed $post, mixed $args = array() ) Displays post submit form fields.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $post WP_Post | Current post object. Required |
| array | $args { Array of arguments for building the post submit meta box. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
2.7.0
Source File
wp-admin/includes/meta-boxes.php
Advertisement