To disable WordPress revisions add the following lines of code to your wp-config.php file:
// Disable WordPress Revisions define( 'WP_POST_REVISIONS', false );
To limit WordPress revisions add the following lines of code to your wp-config.php file:
// Limit WordPress Post Revisions - recommended settings ( minimum: 2 | maximum: 5 ) define( 'WP_POST_REVISIONS', 3 );
Note: It is recommended to keep the settings at minimum.
We’ve tried our best to explain everything thoroughly, even though there’s so much information out there. If you found our writing helpful, we’d really appreciate it if you could buy us a coffee as a token of support.
Also, if you’re interested in learning more about WordPress, Javascript, HTML, CSS, and programming in general, you can subscribe to our MailChimp for some extra insights.