Skip to content

trepmal.com

  • Home
  • Plugins
  • Github
  • Me on WP.org
  • Donate

Global: AUTOSAVE_INTERVAL

Change Auto-Save Frequency

By default, WordPress will save an auto-draft for you, and will update it every 60 seconds. If that’s too frequent, or not enough you can update it.

Save every 15 seconds

define('AUTOSAVE_INTERVAL', 15);

Save every 5 minutes

define('AUTOSAVE_INTERVAL', 60*5);
Posted on April 26, 2011March 1, 2012Categories WordPress BitsTags drafts, editorLeave a comment on Change Auto-Save Frequency
Proudly powered by WordPress