Easily delete images sizes from the command line.
This is permanent!
find wp-content/uploads/* -iname '*-2000x750.*' -exec rm {} \;
Easily delete images sizes from the command line.
This is permanent!
find wp-content/uploads/* -iname '*-2000x750.*' -exec rm {} \;