


Code syntax errors or other mistakes in your wp-config.php file will break your website. How to Disable AutoSave Function or Change Default AutoSave File Location in Excel scott & email protected  August 4, 2020  Excel Examples Excel can auto save workbook we just editing within certain interval, normally the interval is 10 minutes by default, and the copies will be saved in a specified location.You will require FTP access to your website.There are downsides with editing the wp-config.php: Just add following snippet to your wp-config.php file: define('AUTOSAVE_INTERVAL', 86400) In this way, WordPress will save a revision of your post after an entire day. The default time interval is 10 minutes, but you can change the preferred time interval. Check Save AutoRecover information every 10 minutes option. Open Microsoft Excel app and click File tab. Let me explain this snippet to you – this snippet will set the WordPress AutoSave interval to 86,400 seconds which is an entire day. To turn on Excel AutoSave feature, you can follow the steps below. The is the most famous trick to disable the AutoSave feature in WordPress. It is by far the safest and least technical solution to implement, you do not have to use FTP or risk of breaking your website if you make any mistakes.Īdd_action( 'admin_init', 'disable_autosave' ) While there are multiple solutions to disabling WordPress auto-saving feature, I recommend adding this code snippet to your website (either to your functions.php file or through the Code Snippets plugin).
