Linux 软件免费装
Banner图

TrucePurge

开发者 trucetech
更新时间 2026年7月3日 03:46
PHP版本: 7.2 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

cleanup bulk delete delete posts delete media delete by date

下载

1.2.0

详情介绍:

TrucePurge adds one screen under Tools → TrucePurge that turns a slow, click-by-click cleanup into a few seconds of work. It lays your content out as a Year → Month → Day → Item tree with live counts, so you can see exactly what you have and remove exactly what you want. It is built to be lightweight and to stay out of the way of your other plugins. What you can do Built to be safe Built to be conflict-free For developers

安装:

  1. In your WordPress admin go to Plugins → Add New → Upload Plugin.
  2. Upload trucepurge.zip and click Install Now, then Activate.
  3. Open Tools → TrucePurge.
Or unzip the folder into wp-content/plugins/ and activate from the Plugins screen.

屏幕截图:

  • Expanding a month to pick individual days and items, with status pills and per-item edit links.
  • The confirmation step: choose Move to Trash or Delete permanently, with the typed DELETE safeguard and progress bar.

升级注意事项:

1.2.0 Adds quick date presets, a Move-to-Trash option, CSV export and a refreshed interface. Recommended for everyone. 1.1.0 Fixes a cap that could stop deletion partway through a large selection. Recommended for everyone.

常见问题:

Is permanent deletion reversible?

No. A permanent delete is a force delete that bypasses the Trash, which is why the typed DELETE confirmation exists. If you want a safety net, choose "Move to Trash" in the confirmation step, or export a CSV first. Make a backup before large cleanups.

What is the difference between "Move to Trash" and "Delete permanently"?

"Move to Trash" sets items to the Trash so they can be restored later. "Delete permanently" removes them for good and cannot be undone. Trash is unavailable if your site has it switched off (EMPTY_TRASH_DAYS set to 0); in that case only permanent deletion is offered.

Who can use the tool?

Any user with the delete_posts capability can open it, but they can only remove items WordPress already permits them to remove (checked per item). Raise the bar with the trucepurge_capability filter, e.g. require manage_options.

Does it delete the actual image and video files?

Yes. Removing attachments (Images/Videos) deletes their files from disk. When removing Posts/Pages you can also tick "Also remove media attached to these items".

Will huge sites time out?

The whole selection is sent in a single request and the handler lifts its own time limit (and keeps running even if the browser disconnects), so large jobs complete in one pass with a progress bar. There is no cap on how many items are removed at once.

Does it slow down my site?

No. It loads nothing on the front end and only loads its assets on its own admin screen.

更新日志:

1.2.0 1.1.0 1.0.0