beneberle on 07/03/10
Last Edited at 07/03/10 12:09am
// wp-config.php// Turn off revisions and set autosave intervaldefine( 'AUTOSAVE_INTERVAL', 600 ); // 60= 1 HOUR.define ('WP_POST_REVISIONS', 0); // TURN OFF POST REVISIONS.
Report this snippet Tweet
Comment:
You need to login to post a comment.