How to Disable Post Revisions in WordPress?

Code to Disable Post Revisions in WordPress-

You can add the following line of code to your wp-config.php file:-

define('WP_POST_REVISIONS', false );