Description
Filters the WP_Image_Editor instance before applying changes to the image.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/image-edit.php | 695 |
Parameters
Type | Name | Description |
---|---|---|
WP_Image_Editor | $image | WP_Image_Editor instance. |
array | $changes | Array of change operations. |
PHP Doc
/**
* Filters the WP_Image_Editor instance before applying changes to the image.
*
* @since 3.5.0
*
* @param WP_Image_Editor $image WP_Image_Editor instance.
* @param array $changes Array of change operations.
*/