Fires after the 'Uploaded on' section of the Save meta box in the attachment editing screen.
$postWP_Postwp-admin/includes/meta-boxes.php:460attachment_submit_meta_box() * * @since 3.5.0 * @since 4.9.0 Added the `$post` parameter. * * @param WP_Post $post WP_Post object for the current attachment. */ do_action( 'attachment_submitbox_misc_actions', $post ); ?></div><!-- #misc-publishing-actions --><div class="clear"></div></div><!-- #minor-publishing --> <div id="major-publishing-actions">Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.