In order to disable post revisions in WordPress, add the following line of code to your wp-config.php file:
define('WP_POST_REVISIONS', false );
In order to disable post revisions in WordPress, add the following line of code to your wp-config.php file:
define('WP_POST_REVISIONS', false );