BoltAudit 0.4.0 is out, and it adds one of the most requested cleanup tools: a one-click fix for orphaned post metadata. If you have ever deleted a post and wondered whether WordPress really cleaned up after itself, this release is for you.
Here's what changed, in plain English.
The new one-click fix for orphaned post metadata
When you delete a post in WordPress, the post row goes away, but the extra data attached to it does not always go with it. That leftover data is called orphaned post metadata: rows in the wp_postmeta table that point to a post that no longer exists. They do nothing useful, they are never shown on your site, and they quietly add weight to your database.
A few common ways this builds up:
You delete posts, pages, or products, but a plugin that stored its own meta never removed its rows.
You import and re-import content during a migration and leave behind meta from the old posts.
A plugin you removed left its custom fields behind on content you have since deleted.
BoltAudit 0.4.0 finds these orphaned rows and removes them in one click. It is safe to run on any site because it only touches metadata whose parent post is already gone. Your live posts, pages, and products are never affected. It is pure cleanup: less database bloat, nothing of value lost.
Why orphaned metadata is worth clearing
A smaller wp_postmeta table means faster meta queries, quicker backups, and a little less work for your server on every request that reads post data. On its own, one batch of orphaned rows will not transform your site speed. But it is exactly the kind of invisible bloat that adds up over the years, and clearing it is completely risk-free since there is no live content attached.
A cleaner codebase under the hood
This release also reorganises the internal code for one-click fixes into smaller, focused files. Nothing changes in how the fixes behave; this is housekeeping that makes BoltAudit easier to maintain and quicker to extend with new fixes going forward. You will not see a difference today, but it means future updates land faster and more safely.
Tested up to WordPress 7.0
BoltAudit 0.4.0 is tested up to WordPress 7.0, so you can update with confidence on the latest version.
How to try it
Update to 0.4.0 from your Plugins screen, or install BoltAudit fresh from the WordPress.org directory. Then open Tools → BoltAudit, run a free Local Audit, and apply the orphaned metadata cleanup when it appears in your results. As always, the audit is read-only until you choose to apply a fix, and you stay in control of every change.
Run BoltAudit on your site
Free plugin · 1 site · 3 audits per month · no credit card.