• Resolved N.g

    (@loralora)


    Hi
    how to disable autosave in the editor? (I will save myself when I need to)

    When I edit an article, autosave works every 30 seconds and it causes me to droop everything.

    • This topic was modified 2 years, 10 months ago by N.g.
Viewing 1 replies (of 1 total)
  • Plugin Support David Smith

    (@get_dave)

    Hi @loralora

    Thanks for your question.

    I understand you would like to save your post when you want to and want to disable autosave.

    One way to do this might be to add the following to your. wp-config.php file

    define('AUTOSAVE_INTERVAL', 86400);

    The number 86400 is the number of milliseconds between each autosave. If you increase that to a high value it will effectively disable autosaving.

    You could also use a Plugin.

    I hope this helps?

Viewing 1 replies (of 1 total)
  • The topic ‘how to disable autosave in the editor?’ is closed to new replies.