Add this to wp-config.php:
/** Limit WP Post Revisions */
define('AUTOSAVE_INTERVAL', 300); // seconds
define('WP_POST_REVISIONS', 10);
Code language: PHP (php)Last updated:
Add this to wp-config.php:
/** Limit WP Post Revisions */
define('AUTOSAVE_INTERVAL', 300); // seconds
define('WP_POST_REVISIONS', 10);
Code language: PHP (php)