Action hook 'wp_edit_form_attachment_display'

in WP Core File wp-admin/includes/media.php at line 3226

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.
		 */