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

(WP_Post) A post object.


Source

File: wp-admin/includes/media.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.6.0 Introduced.