do_action( 'wp_edit_form_attachment_display', WP_Post $post )
Fires when an attachment type can’t be rendered in the edit form.
Parameters
- $post
-
A post object.
Source
Changelog
Version | Description |
---|---|
WP-4.6.0 | Introduced. |