Description
Fires when an attachment type can't be rendered in the edit form.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/media.php | 3226 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | A post object. |
PHP Doc
/**
* Fires when an attachment type can't be rendered in the edit form.
*
* @since 4.6.0
*
* @param WP_Post $post A post object.
*/