UI to limit Wordpress revisions
We can limit revisions by using
define('WPPOSTREVISIONS', false);
or
define('WPPOSTREVISIONS', 20);
Make this available via the UI and ability to set defaults for all WP sites.
2
votes
David McLaughlin
shared this idea