开发者 | yoohw |
---|---|
更新时间 | 2025年10月5日 15:58 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/uploads/
folder and targets all non-selected registered sizes for removal. It shows a dry-run summary first, then lets you delete in batches with a live progress bar.-WxH
patterns (including .jpg.webp
, .bak.jpg
, retina @2x
, and duplicate -1
suffixes) even if those sizes are no longer registered. Aggressively deletes any -WxH
files that don’t exactly match the sizes you chose to keep (use with care).uploads/
for faster, safer runs on large libraries./wp-content/plugins/
or install via the Plugins screen.No. It only targets derivative thumbnails that match registered sizes you did not keep or -WxH
patterns from discovery. Originals are not deleted.
Yes, always back up your site and uploads before deleting files.
-WxH
files found on disk (even if unregistered).Core sizes aren’t unregistered. For future uploads, the plugin prevents generation using filters. Custom sizes may be unregistered late during init
(optional), but it’s not required to stop generation.
Yes, run it per site from Tools → Prune Thumbnails.
No. This plugin focuses on pruning and preventing generation of unwanted sizes.
-WxH
discovery; optional Strict mode for unmatched dims.