Exper. Original idea and code by Lester Chan and Untwisted Vortex. */ define('WP_POST_REVISIONS', false); function disable_autosave() { wp_deregister_script('autosave'); } add_action( 'wp_print_scripts', 'disable_autosave' ); ?>