Fires when an attachment type can’t be rendered in the edit form.
Parameters
$post
WP_Post- A post object.
Source
do_action( 'wp_edit_form_attachment_display', $post );
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |
Fires when an attachment type can’t be rendered in the edit form.
$post
WP_Postdo_action( 'wp_edit_form_attachment_display', $post );
Version | Description |
---|---|
4.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.