Disable Wordpress Revisions
Revisions are good for multiple authors but confuse most of my clients and they clog up the database too.
To disable wordpress revisions, add this to your wp-config file:
define(‘WP_POST_REVISIONS’, false);
Revisions are good for multiple authors but confuse most of my clients and they clog up the database too.
To disable wordpress revisions, add this to your wp-config file:
define(‘WP_POST_REVISIONS’, false);