attachment_submitbox_misc_actions WordPress Action Hook
The attachment_submitbox_misc_actions hook is a hook that is called when the misc actions are displayed on the attachment submit box. This hook can be used to add extra actions to the attachment submit box.
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
Source
Changelog
Version | Description |
---|---|
4.9.0 | Added the $post parameter. |
3.5.0 | Introduced. |