Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/image-edit.php | apply_filters | 630 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Image_Editor | $image | WP_Image_Editor instance. |
array | $changes | Array of change operations. |