I would like to be able to refresh the thumbnail cache programmatically, not sure where to hook it, but at present any design changes mean re-uploading loads of images!
Leave a Reply
You must be logged in to post a comment.
I would like to be able to refresh the thumbnail cache programmatically, not sure where to hook it, but at present any design changes mean re-uploading loads of images!
You must be logged in to post a comment.
You may want to look at the plugin Regenerate Thumbnails by Viper007Bond.
Basically, this is how to do it:
Note: This function is not very scalable. It will loop through all the images and regenerate thumbnails one by one, which may consume a large amount of memory. So, you may want to enhance it.