login/register

Snip!t from collection of Fiona

see all channels for Fiona

Snip
summary

To turn off this feature, add this following code to wp-...
define('WP_POST_REVISIONS', false);
To change the timing (in seconds) WordPress auto saves a ...
define('AUTOSAVE_INTERVAL', 60);

Lee.org » Installed Wordpress 2.6, Problems
http://lee.org/blog/2008/07/19/installed-wordpress-26-problems/

Categories

/Channels/wordpress tips

[ go to category ]

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>