Unlike other similar plugins, it lets you delete specific posts revisions, not all your site revisions at once..
The plugin is integrated in the WordPress back-end, and uses core functions to delete revisions..
It's very lightweight, very simple to use, and just does the job..
The plugin adds discreet link in the post submit box, next to the default revisions counter ..
When you click on it, it will purge the appropriate post revisions via AJAX ..
It also add new bulk in the post page row view to let you purge revisions of multiple posts at once..
The default supported post types are post and page, but you can add custom post types or remove default post types with the following hook function bweb wpsrd add post types { $postTypes = 'additional-cpt $postTypes = 'another-cpt return $postTypes } add filter.
See CODEX to add support to all CPTs https codex wordpress org Function Reference get post types.
The capability to purge or remove rivisions is delete post, but you can override this with the following hook bweb wpsrd capability { return 'edit post } add filter.
It's the best way to make the community benefit...
Read more