WordPress revision and autosave is keeping reverting my changes to a wordpress page. No matter how many changes I make always reverting to that point.
Is there some solution to stop doing that but not to disable revision to all site.
WordPress revision and autosave is keeping reverting my changes to a wordpress page. No matter how many changes I make always reverting to that point.
Is there some solution to stop doing that but not to disable revision to all site.
You must be logged in to post a comment.
To Disable Autosave put the code below in your functions.php.
To Disable Post Revisions put the code below in your wp-config.php file.
Note: Using the above code will disable the Autosave and/or Post Revisions
throughout the site.
I believe the correct code should be as above code throws notification messages.