Skip to content

Instantly share code, notes, and snippets.

@db-pj
Last active March 1, 2021 23:47
Show Gist options
  • Save db-pj/498721367af10f4473ee8b9c15b0fa7e to your computer and use it in GitHub Desktop.
Save db-pj/498721367af10f4473ee8b9c15b0fa7e to your computer and use it in GitHub Desktop.
Delete WP generated images
find -type f -regex '.*\-[0-9]+x[0-9]+.\(jpg\|png\|jpeg\|gif\)$' >> images-to-delete.txt
find -type f -regex '.*\-[0-9]+x[0-9]+.\(jpg\|png\|jpeg\|gif\)$' -exec rm -rfv {} \;
Disable Simple Image Sizes
Zero out media image sizes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment