Mika MAtikainen
Apr 15, 2020 · 4 min read
How do I limit the number of post revisions in WordPress?
1.if (!defined('WPSC_WP_POST_REVISIONS')) define('WPSC_WP_POST_REVISIONS', 5);
2.if (!defined('WPSC_WP_POST_REVISIONS')) define('WPSC_WP_POST_REVISIONS', false);