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).
Related Articles
- How To Store Every Post Revisions on Each Auto-Save in WordPress with Limit on Versions Count
- Paginating or Split WordPress Post or Page with NextPage in WordPress Not Working
- Change the Frequency or Backup Interval of System Restore in Vista and XP
- Disable and Turn Off Post Revisions Tracking in WordPress 2.6 or Above
- Adding Extra More Fields to WordPress Write/Edit Post/Page Right Column
- How to Customize, Modify or Change WordPress Database Connection Error Page
- Retrieve and Get WordPress Post ID Outside the Loop as PHP Variable
- How to Delete Existing WordPress Post Revisions Stored/Saved
- How to Disable Image and Video Captions Feature and Auto Adding of Shortcode in WordPress 2.6
- How to Change the CSS Style, Font, Spacing, Alignment and Color of WordPress Image Captions










































July 27th, 2008 20:02
[...] Via | mydigitallife [...]
July 22nd, 2008 07:43
[...] My Digital Life | How to Change the Frequency or Interval WordPress Auto Saves An Editing Post or Page. Entradas que tal vez tengan [...]