If you want to specify a maximum number of revisions, change false to an integer/number (e.g., 3 or 5).
//You can specify the number of post revisions in WordPress by adding this line of code to your wp-config.php.
define('WP_POST_REVISIONS', 3);
If you want to specify a maximum number of revisions, change false to an integer/number (e.g., 3 or 5).
//You can specify the number of post revisions in WordPress by adding this line of code to your wp-config.php.
define('WP_POST_REVISIONS', 3);