How to disable the post revision
April 25th, 2009
1 comment
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













