Jul 10, 2011

Wordpress Post Autosave Limit

Wordpress auto save post help's the user to save post automatically, but you can play with it, you can set the limit of time to save the post.
Just copy the following code to your wp-config.php file

[php]
# Autosave interval set to 5 Minutes #
define('AUTOSAVE_INTERVAL', 300);
[/php]

No comments :

Post a Comment