How to disable the post revision
If you use WordPress, you will find it has a very useful function : Revision.
If you update your post, wordpress will generate a revision.
But if you do not like this post, there is tow ways to close this function.
- find the file named ‘wp-config.php’, and add the code below:
define(‘WP_POST_REVISIONS’, false); - Or you can install a wordpress plugin named Revision control. this is a nice way to resolve this problem














I use Revision control plugin and I think it should be in the must have wordpress plugin. Though post revision is a great feature of wordpress but I feel annoyed when I see more then 4 post revision. They kill my storage and database. Its better to shut them down using revision control plugin.