

The Year → Month → Day → Item tree with live counts, quick-select chips and the stats bar.
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
TRUCEPURGE_ / trucepurge_ prefix — no global functions, no shared option keys, no wp_ajax_nopriv hooks.For developers
trucepurge_content_types — add or change the content types shown.trucepurge_capability — change which capability may use the tool (default delete_posts).trucepurge_after_delete — fires after each batch: do_action( 'trucepurge_after_delete', $ids, $user_id, $deleted, $mode ).