Set Autosave Revision Time

Set the autosave revision time by using this code snippet:

Snippet Type

Save to wp-config.php

Snippet

define('AUTOSAVE_INTERVAL', 120); // in seconds
2 Likes