Created
October 27, 2014 12:16
-
-
Save FutureMedia/431a575f38551743f74b to your computer and use it in GitHub Desktop.
Useful maintenance settings in wpconfig.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define( 'WP_POST_REVISIONS', 2 ); // set false for none | |
define( 'AUTOSAVE_INTERVAL', 160 ); // Seconds, default 60 | |
define( 'EMPTY_TRASH_DAYS', 5 ); // 5 days | |
define( 'WP_ALLOW_REPAIR', true ); // and then use http://www.yourwebsite.com/wp-admin/maint/repair.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment