Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created November 5, 2011 23:10
Show Gist options
  • Save milohuang/1342156 to your computer and use it in GitHub Desktop.
Save milohuang/1342156 to your computer and use it in GitHub Desktop.
Change WordPress Autosave Interval from 60 to 300 sec
define('AUTOSAVE_INTERVAL', 300 ); // change WP autosave interval from 60 seconds to 300 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment