HowTo: Disable Auto Save for Posts & Pages in WordPress
This works with latest WordPress 3.0 to disable auto save feature for posts and pages do the following.
You need to edit this following files on this lines;
1 2 | wp-admin/post.php, line #177 wp-admin/post-new.php, line #46 |
Find this code and comment it out like this, with two forward slashes. //
1 | //wp_enqueue_script('autosave'); |



