Return to Snippet

Revision: 13762
at May 5, 2009 21:46 by atma


Initial Code
// 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.

Initial URL


Initial Description


Initial Title
Turn off revisions and set autosave interval

Initial Tags
wordpress

Initial Language
PHP