Last active
July 29, 2020 07:49
-
-
Save scsskid/455cbc00ae6130f81d2b2c66e83df10e to your computer and use it in GitHub Desktop.
Remove wp generated media #wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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