Site logo

[Support request] How Do I Disable The Auto-Saving Function?

Home Forums Support [Support request] How Do I Disable The Auto-Saving Function?

Home Forums Support How Do I Disable The Auto-Saving Function?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1736119
    Patrick

    How do I turn off the auto-save function? I tried the disable autosave plugin and it doesn’t work. Then, I added the following to my functions.php file but my articles continue to autosave:

    add_action( ‘admin_init’, ‘disable_autosave’ );
    function disable_autosave() {
    wp_deregister_script( ‘autosave’ );
    }

    Nothing seems work. Suggestions?

    #1736191
    Elvin
    Staff
    Customer Support

    Hi there,

    That’s strange. The code seems correct.

    Also, can you try disabling ALL plugins and change theme to a WordPress default and see if the snippet works?

    Do your host have any page caching feature on its tools? Can you try clearing it and check?

    Let us know.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.