wp_image_editor_before_change

Advertisement

Summery Summery

Filters the WP_Image_Editor instance before applying changes to the image.

Syntax Syntax

apply_filters( 'wp_image_editor_before_change', WP_Image_Editor $image, array $changes )

Parameters Parameters

$image

WP_Image_Editor instance.

$changes

Array of change operations.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Advertisement

Leave a Reply