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!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
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!