wp_image_editor_before_change, $image, $changes

wp_image_editor_before_change, $image, $changes

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('wp_image_editor_before_change, $image, $changes') is found 1 times:

  • /wp-admin/includes/image-edit.php line 704
    		 *
    		 * @param WP_Image_Editor $image   WP_Image_Editor instance.
    		 * @param array           $changes Array of change operations.
    		 */
    		$image = apply_filters( 'wp_image_editor_before_change', $image, $changes );
    	} elseif ( is_gd_image( $image ) ) {
    
    		/**
    		 * Filters the GD image resource before applying changes to the image.
    		 *
    		 * @since 2.9.0