Filters the attachment ID for a cropped image.
Parameters
$attachment_id
int- The attachment ID of the cropped image.
$context
string- The Customizer control requesting the cropped image.
Source
$attachment_id = apply_filters( 'wp_ajax_cropped_attachment_id', $attachment_id, $context );
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.