How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page

WordPress developers add AutoSave feature into the popular blog publishing system since the release of WordPress 2.1, and it has became the permanent fixture in all future generation of WordPress, including WordPress 2.5 and WordPress 2.6 branches. By default, WordPress AutoSave will automatically save and store the unsaved and in-editing draft or published post/page every 60 seconds.

To change the frequency or the duration interval of which WordPress will auto-save the data and content in the HTML or Visual Editor, use the AUTOSAVE_INTERVAL constant to configure and set a new value for the interval duration. The constant can be added in the wp-config.php WordPress configuration file, which located in the root directory of the blog.

The syntax to be added to the wp-config.php to modify or change the AutoSave interval in WordPress:

define(’AUTOSAVE_INTERVAL’, 300);

Code in line above will instruct WordPress to auto-save a post or page every 300 seconds (or 5 minutes). If you want to specify a different time interval between auto-saved copy, just change the time value accordingly (in seconds).


2 Responses to “How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page”

  1. Wordpress: Cambiare l’intervallo tra un autosave e l’altro - Geekissimo
    July 27th, 2008 20:02
    2

    [...] Via | mydigitallife [...]

  2. Cambiar el Intervalo de Tiempo en que WordPress Auto-Guarda los post : Tengo Un.Com.ar
    July 22nd, 2008 07:43
    1

    [...] My Digital Life | How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page. Entradas que tal vez tengan [...]

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. To receive notification of latest comments posted, subscribe to My Digital Life Comments RSS feed or register to receive new comments in daily email digest.
Custom Search

New Articles

Incoming Search Terms for the Article

interval - wordpress autosave interval - Change the Frequency or Interval WordPress Autosaves - wordpress rss update interval - how to retrieve autosave yahoo email draft? - how do you change the frequency - wordpress draft save frequency - wordpress automatic draft save - wordpress rss update frequency - how to change the mail draft auto save time - wordpress feed update frequency - how to change frquency of Yahoo email - wordpress rss frequency - wordpress publish interval - define('AUTOSAVE_INTERVAL', 300 ); // seconds - how to change draft save time in wordpress -