[Wordpress] disable autosave

Discussion in 'WordPress' started by Ruriko, Jun 6, 2008.

  1. #1
    Is there a way to disable the autosave or delay it? cause I find it annoying when you're mass posting
     
    Ruriko, Jun 6, 2008 IP
  2. craiger22

    craiger22 Well-Known Member

    Messages:
    1,472
    Likes Received:
    99
    Best Answers:
    0
    Trophy Points:
    170
    #2
    This works with 2.3, not sure about 2.5

    Open /wp-admin/post-new.php (for posts) and /wp-admin/page-new.php (for pages)

    Comment out the following by adding // before each line.

    wp_enqueue_script('autosave');
    Code (markup):
    Your result should look like

    //wp_enqueue_script('autosave');
    Code (markup):
    Also open /wp-admin/post.php and /wp-admin/page.php and do the same thing to

    wp_enqueue_script('autosave');
    Code (markup):
    Good luck ;)
     
    craiger22, Jun 7, 2008 IP