search ]

Change WordPress Auto-Save Interval

When you write a post, it is automatically saved as a draft every minute. If your browser crashes this lets you recover your work. You can change the time between saves by adding the following line to your wp-config.php file:

define( 'AUTOSAVE_INTERVAL', X);

Where X is the number of seconds between saves.

For more wp-config.php settings, see Optimize WordPress Configuration via wp-config.php.

Join the Discussion
0 Comments  ]

Leave a Comment

To add code, use the buttons below. For instance, click the PHP button to insert PHP code within the shortcode. If you notice any typos, please let us know!

Savvy WordPress Development official logo