W3cubDocs

/WordPress

apply_filters( ‘wp_ajax_cropped_attachment_id’, int $attachment_id, string $context )

Filters the attachment ID for a cropped image.

Parameters

$attachment_idint
The attachment ID of the cropped image.
$contextstring
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.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_ajax_cropped_attachment_id