Description
Fires after the 'Uploaded on' section of the Save meta box in the attachment editing screen.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/meta-boxes.php | 460 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | WP_Post object for the current attachment. |
PHP Doc
/**
* Fires after the 'Uploaded on' section of the Save meta box
* in the attachment editing screen.
*
* @since 3.5.0
* @since 4.9.0 Added the `$post` parameter.
*
* @param WP_Post $post WP_Post object for the current attachment.
*/