admin管理员组文章数量:1431413
I'm working on a site which has a media library that is now 7GB - and I really want to clear out all the unused images.
I've tried using the Media Cleaner Plugin: / But this seems to clear out images that I am using - this seems to be because my whole site is built with Advanced Custom Fields.
Does anyone have any suggestions on how I could delete images that aren't being used?
Thanks.
I'm working on a site which has a media library that is now 7GB - and I really want to clear out all the unused images.
I've tried using the Media Cleaner Plugin: https://wordpress/plugins/media-cleaner/ But this seems to clear out images that I am using - this seems to be because my whole site is built with Advanced Custom Fields.
Does anyone have any suggestions on how I could delete images that aren't being used?
Thanks.
Share Improve this question asked Apr 25, 2019 at 11:41 M.TM.T 351 silver badge5 bronze badges1 Answer
Reset to default 1I think you have already discovered the problem with a plugin approach. They will look for unlinked media (images not associated with a post) and remove those files. As you have said, you are using custom fields and you may also have uploaded images inside your post content.
Sadly the only option I can think of is to use a find command to get a list of all of your wp-content/uploads
and then reduce that list by removing all images in use. As a starting point, you could try the WP-CLI database search command.
You'd want to allow for the different generated image sizes given that a thumbnail
or medium
image may be used, but you'd want to keep the original + all scaled variants.
It goes without saying that you should have a full backup of your database and files before running anything like this!
I'd be interested if someone can provide a more elegant and robust solution, but this is probably how I'd approach the problem.
本文标签: pluginsClear out old imagesany advice
版权声明:本文标题:plugins - Clear out old images, any advice? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745553800a2663064.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论