Limit and Disable WordPress Post Revisions
Limit WordPress Post Revisions
wp-config.php
define('WP_POST_REVISIONS', 9);
save
Disable WordPress Post Revisions
wp-config.php
define('WP_POST_REVISIONS', false);
save
wp-config.php
define('WP_POST_REVISIONS', 9);
save
wp-config.php
define('WP_POST_REVISIONS', false);
save