You are here

function hook_simplecrop_crop_update in SimpleCrop 7

Triggers when crop has been updated.

Parameters

$crop: Object with crop information. Contains: $crop->uri - URI of image which was cropped. $crop->data - Information about crop (coordinates, etc). $crop->original - Info about crop of the same image before save.

File

./simplecrop.api.php, line 31
Describes hooks defined by SimpleCrop module.

Code

function hook_simplecrop_crop_update($crop) {
}