How to automatically empty trash on a daily basis

Simply open your wp-config.php file (Located at the root of your WordPress install) and add the following line of code:

define('EMPTY_TRASH_DAYS', 1);

Replace 1 by X to empty spam comments automatically every X days. That’s simple as that!

Leave a Reply

Your email address will not be published. Required fields are marked *