Description
Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons in the Publish meta box.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/meta-boxes.php | 97 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | WP_Post object for the current post. |
PHP Doc
/**
* Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons
* in the Publish meta box.
*
* @since 4.4.0
*
* @param WP_Post $post WP_Post object for the current post.
*/