Warning: This hook has been deprecated. Use wp_image_editor_before_change instead.

apply_filters( 'image_edit_before_change', resource $image, array $changes )

Filters the GD image resource before applying changes to the image.


Description Description


Parameters Parameters

$image

(resource) GD image resource.

$changes

(array) Array of change operations.


Top ↑

Source Source

File: wp-admin/includes/image-edit.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Use wp_image_editor_before_change instead.
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.