Skip to content

Instantly share code, notes, and snippets.

@scsskid
Last active July 29, 2020 07:49
Show Gist options
  • Save scsskid/455cbc00ae6130f81d2b2c66e83df10e to your computer and use it in GitHub Desktop.
Save scsskid/455cbc00ae6130f81d2b2c66e83df10e to your computer and use it in GitHub Desktop.
Remove wp generated media #wordpress
# https://deluxeblogtips.com/remove-image-sizes/
find . -name "*-*x*.*" | xargs rm -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment