• discountpleasure

    (@discountpleasure)


    ONLY USED TO DELETE ALL THUMBNAILS, STILL WORKS HERE: /wp-admin/tools.php?page=optimize-images-resizing

    BUT IF SOMEONE NEEDS TO DO THE SAME THING, THIS COMMAND ALSO WORKS:

    cd /home/example/public_html/wp-content/uploads
    find . -regextype posix-extended -regex “.*-:digit:{2,4}x:digit:{2,4}(@2x)?.(jpg|jpeg|png|eps|gif)” -type f -exec rm {} \;

  • You must be logged in to reply to this review.