• Arthur

    (@artyr4ik2012)


    Hello. If you want update exists WebP images on Crop, and you used plugins WebP Express and Crop Thumbnails, just need add 3 rows in .php file (/wp-content/plugins/crop-thumbnails/functions/save.php, line: 74):

    if(file_exists($currentFilePath . “.webp”)){
    unlink($currentFilePath . “.webp”);
    }

    Exemple: https://monosnap.com/file/oYcfEsP8Y7ZyE64mkvs8ZBXEfC8gnD
    it works for me!

The topic ‘Crop Thumbnails and WebP Express’ is closed to new replies.