WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_ajax_cropped_attachment_id

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ajax-actions.php apply_filters 4077 /**
* 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.
*/

Hook Parameters

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