Friday, April 30, 2010

Wordpress limit/disable post revisions and autosave interval

define('WP_POST_REVISIONS', false);
define('WP_POST_REVISIONS', 5);

define('AUTOSAVE_INTERVAL', 600 ); //seconds

No comments:

Post a Comment