For our customization want to disable post revisions completely from WordPress then do the following:
Open wp-config.php file which is located in your website root folder. Add following code in that file.

define ('WP_POST_REVISIONS', false);

if you have any doubt, then comment here!

Leave a Reply

Your email address will not be published. Required fields are marked *