Filter hook 'wp_ajax_cropped_attachment_id'

in WP Core File wp-admin/includes/ajax-actions.php at line 4099

Description

Filters the attachment ID for a cropped image.

Occurrences

Filename Line Number
wp-admin/includes/ajax-actions.php 4099

Parameters

Type Name Description
int $attachment_id The attachment ID of the cropped image.
string $context The Customizer control requesting the cropped image.

PHP Doc

/**
			 * Filters the attachment ID for a cropped image.
			 *
			 * @since 4.3.0
			 *
			 * @param int    $attachment_id The attachment ID of the cropped image.
			 * @param string $context       The Customizer control requesting the cropped image.
			 */