Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created July 23, 2013 01:56
Show Gist options
  • Save milohuang/6059289 to your computer and use it in GitHub Desktop.
Save milohuang/6059289 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