Return to Snippet

Revision: 28178
at July 3, 2010 00:09 by beneberle


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
Wordpress: Disable Revisions

Initial Tags
wordpress

Initial Language
PHP