Description
Takahiro Revision Cleanup provides a simple and secure way to manage and remove post revisions from your WordPress database.
Over time, WordPress accumulates revisions for every saved post and page. This can significantly increase the size of your database and slow down your site. This plugin helps you take control.
Features:
- View total revision count and database size at a glance
- See revisions grouped by post type
- Delete all revisions at once or by post type
- Optional database table optimization after deletion
- Confirmation dialog before any destructive action
- Secure with nonce verification and capability checks
Installation
- Upload the
takahiro-revision-cleanupfolder to the/wp-content/plugins/directory. - Activate the plugin through the “Plugins” menu in WordPress.
- Go to Tools > Revision Cleanup to manage your revisions.
FAQ
-
Is it safe to delete revisions?
-
Yes. Revisions are copies of previous versions of your posts. Deleting them does not affect the current published content. However, you will lose the ability to restore previous versions of those posts.
-
Can I undo a deletion?
-
No. Once revisions are deleted, they cannot be recovered. Make sure to back up your database before performing bulk deletions.
-
What does “Optimize database table” do?
-
After deleting many rows from the database, the freed space is not automatically reclaimed. The optimization option runs an
OPTIMIZE TABLEcommand to reclaim that space and improve database performance. -
Does this plugin work with custom post types?
-
Yes. The plugin detects all post types that have revisions and displays them in the list.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Takahiro Revision Cleanup” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Takahiro Revision Cleanup” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
- View revision count and size overview.
- Delete revisions by post type or all at once.
- Optional database optimization.