dannax.blogg.se

How to completely remove old versions of filezilla mac
How to completely remove old versions of filezilla mac










how to completely remove old versions of filezilla mac how to completely remove old versions of filezilla mac

Add the below code in your “wp-config.php” file to restrict WordPress to keep the latest four revisions of a post or page. It is also a good idea to keep the latest four or five revisions so that you can restore it during needed situation. Revisions are generated for each content update and results in as many as versions without much use. This is due to the WordPress autosave core function which will save the post every 60 seconds to create a backup to be used in case of browser crash, computer crash or lost internet connection. This will disable any future creation of revisions but still one autosave revision will be created per post or page. You can also add 0 instead of FALSE as below: define('WP_POST_REVISIONS', 0)

how to completely remove old versions of filezilla mac

You can do this through “File Manager” option in “cPanel” available with your hosting account or using FTP software like FileZilla.Īdd the following code in your “wp-config.php” file to disable revisions: define('WP_POST_REVISIONS', FALSE) Īdd the code just above the “Happy blogging” comment and save your changes. You need to modify “wp-config.php” file in order to disable revisions in WordPress. Hosting Offer: Get special $2.95 Bluehost hosting deal. Delete existing revisions stored in the database.Restrict number of revisions and autosave interval.There are three ways to handle WordPress revisions:












How to completely remove old versions of filezilla mac