Snip
|
To turn off this feature, add this following code to wp-...
|
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
To turn off this feature, add this following code to wp-config.php:
define('WP_POST_REVISIONS', false);
To change the timing (in seconds) WordPress auto saves a post, add this following code to wp-config.php:
define('AUTOSAVE_INTERVAL', 60);
HTML |
<p>To turn off this feature, add this following code to wp-config.php:</p> <p><code>define('WP_POST_REVISIONS', false);</code></p> <p>To change the timing (in seconds) WordPress auto saves a post, add this following code to wp-config.php:</p> <p><code>define('AUTOSAVE_INTERVAL', 60);</code></p> |
---|