Action hook 'wp_ajax_crop_image_pre_save'

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

Description

Fires before a cropped image is saved. Allows to add filters to modify the way a cropped image is saved.

Occurrences

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

Parameters

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

PHP Doc

/**
			 * Fires before a cropped image is saved.
			 *
			 * Allows to add filters to modify the way a cropped image is saved.
			 *
			 * @since 4.3.0
			 *
			 * @param string $context       The Customizer control requesting the cropped image.
			 * @param int    $attachment_id The attachment ID of the original image.
			 * @param string $cropped       Path to the cropped image file.
			 */