$ Disable WordPress Auto-Saving and Revisions $
Disable WordPress Auto-Saving
Open the WordPress Config File:
/wp-config.php
And add following code after the first set of functions :
define( ‘AUTOSAVE_INTERVAL’, 600 );
By Default this value is set to 60 (seconds), 600 equals 1 Hour,you can go higher, but i figure 1 hour is good for me.
Disable WordPress Revisions
Open the WordPress Config File:
/wp-config.php
And and following code after the first set of functions:
define( ‘WP_POST_REVISIONS’, 0 );
By Default this value is On (1), turn it off by setting it to Off (0) ( Zero ).
Related Blogs
- Related Blogs on wordpress
- Dyne Wordpress Theme – 3100+ downloads from Wordpress.org alone