hoangvu New member Joined Jun 6, 2012 Messages 1,835 Points 0 Aug 20, 2012 #1 I got issues with wordpress autosave when making a new post, someone can help me disable it ? Thanks
webdesign New member Joined Jul 5, 2012 Messages 229 Points 0 Aug 21, 2012 #2 You can find line in wp-admin/post.php and wp-admin/post-new.php file find Code: wp_enqueue_script('autosave'); replace with ( add // to line ) Code: // wp_enqueue_script('autosave'); Now Autosave will be disabled on existing posts or making a new post Last edited: Aug 21, 2012
You can find line in wp-admin/post.php and wp-admin/post-new.php file find Code: wp_enqueue_script('autosave'); replace with ( add // to line ) Code: // wp_enqueue_script('autosave'); Now Autosave will be disabled on existing posts or making a new post