Huge blunder with automatically created webp files
-
I was cleaning up the uploads folder. Particularly, I was deleting webp files that were created by any plugins because I was planning to utilize my CDN’s image optimization feature.
I used this command to get rid of all the webp files.
find /var/www/theunfolder/_data/htdocs/wp-content/uploads/ -name "*-jpg.webp" -type f -delete
Later, I realized half of the images on my website were broken because this plugin created webp images and replaced the original uploads with webp files. Is there any way to revert the changes and go back to using jpg files?
- This topic was modified 9 months, 2 weeks ago by .
- This topic was modified 9 months, 2 weeks ago by .
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Huge blunder with automatically created webp files’ is closed to new replies.