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