WP Manifestindependent plugin directory
manifest / performance / wp-revision-cleaner-advanced

Revision Cleaner Advanced

Another WordPress plugin to clean your revisions.

by WordPress.sk · github.com/wpsk/wp-revision-cleaner-advanced

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wpsk/wp-revision-cleaner-advanced/archive/refs/heads/master.zip

Automatic revision cleanup has never been easier before.

Description

This plug-in will help you manage post revisions once and for all. It automatically deletes revisions older than certain number of days (configurable). You can also configure the plug-in to keep only certain number of revision for all the remaining post (configurable).

TODO: explain why using WP_POST_REVISIONS is not enough

Frequently Asked Questions

Can I delete all revisions in one go?

The plug-in features a tool that can trigger the deletion of all revisions that match the configuration. You can find it on the settings page.

Changelog

1.0.0

First draft of the plug-in created at the Contributors Day in Bratislava.

Ideas

  • Backup revisions to a separate database table before the deletion.
  • Configurable number of revisions to delete in one batch.