Replace original image, WP image editor
What you want is probably something like this. You need to manually unlink the original image including added sizes. The WP image editor automatically creates a new image with a new name as you mentioned but not others added through add_image_size() function. regenerate_added_sizes() in the code below does exactly that: function replace_original_images( $override, $filename, $image, … Read more