Created
October 23, 2018 03:36
-
-
Save fitodac/af065b8c074d40661a5382142a4f092e to your computer and use it in GitHub Desktop.
WordPress: Empty trash automatically
This file contains 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
/** | |
Empty Trash Automatically | |
set the number of days and reduce the size of your database. | |
*/ | |
define('EMPTY_TRASH_DAYS', 5 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment