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.


Description Description


Parameters Parameters

$post

(WP_Post) WP_Post object for the current attachment.


Top ↑

Source Source

File: wp-admin/includes/meta-boxes.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Added the $post parameter.
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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