wp_image_editor_before_change, $image, $changes
wp_image_editor_before_change, $image, $changes
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_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