Disable WordPress Post Revisions
Add the following lines to your wp-config.php
// Turn off revisions and set autosave interval define( 'AUTOSAVE_INTERVAL', 600 ); // 60= 1 HOUR. define ('WP_POST_REVISIONS', 0); // TURN OFF POST REVISIONS.
Add the following lines to your wp-config.php
// Turn off revisions and set autosave interval define( 'AUTOSAVE_INTERVAL', 600 ); // 60= 1 HOUR. define ('WP_POST_REVISIONS', 0); // TURN OFF POST REVISIONS.