WordPress easy tips and tricks

      How to Disable Post Revisions in WordPress Open wp-config.php located in your WordPress root directory and add the following code: define(‘AUTOSAVE_INTERVAL’, 600 ); // seconds define(‘WP_POST_REVISIONS’, false ); Above code will disable all future revisions to be saved and it will also increase your autosave interval from 60 seconds to 600 seconds, […]
Continue reading…