image_edit_before_change

最后更新于:2021-11-27 00:58:19

apply_filters_deprecated( ‘image_edit_before_change’, resource|GdImage $image, array $changes )

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

参数

$image

(resource|GdImage)
GD image resource or GdImage instance.

$changes

(array)
Array of change operations.

源文件

文件: gc-admin/includes/image-edit.php

View on Trac