do_action( ‘attachment_submitbox_misc_actions’, WP_Post $post )

In this article

Fires after the ‘Uploaded on’ section of the Save meta box in the attachment editing screen.

Parameters

$postWP_Post
WP_Post object for the current attachment.

Source

do_action( 'attachment_submitbox_misc_actions', $post );

Changelog

VersionDescription
4.9.0Added the $post parameter.
3.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.