do_action( 'attachment_submitbox_misc_actions', WP_Post $post )
Fires after the ‘Uploaded on’ section of the Save meta box in the attachment editing screen.
Parameters
- $post
-
WP_Post object for the current attachment.
Source
Changelog
Version | Description |
---|---|
WP-4.9.0 | Added the $post parameter. |
WP-3.5.0 | Introduced. |