WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about attachment_submitbox_misc_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/meta-boxes.php do_action 431 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post WP_Post object for the current attachment.