Disable WordPress Post Revisions Tracking
Find wp-config.php file in your blog root directory, and add this line:
define(’WP_POST_REVISIONS’, false);
Popularity: 1%
Find wp-config.php file in your blog root directory, and add this line:
define(’WP_POST_REVISIONS’, false);
Popularity: 1%