• Hi there,

    I am using SHOPP for 2 years and I have more than 25 000 images saved on “wp-content/plugins/shopp-images”

    The problem is that I dont know wich images are used and wich not.

    Is there a way to delete al unused images from this plugin ?

    Thx, Alex

    https://ww.wp.xz.cn/plugins/shopp/

Viewing 1 replies (of 1 total)
  • Plugin Author Chris Runnells

    (@crunnells)

    Alexandru, yeah should be possible. All of the images that *are* used in Shopp are stored in the wp_shopp_meta table. It would take a custom script, but basically you’d want to make a list of all of the files in that folder, then remove the images that are being used by Shopp (found in wp_shopp_meta, use this SQL: SELECT * FROM wp_shopp_meta WHERE type=”image”) then delete the rest. Obviously, you’ll want to backup your files first, but that’s the way to get rid of them.

Viewing 1 replies (of 1 total)

The topic ‘Shop iMAGES’ is closed to new replies.