Have you ever wanted to automatically empty you wordpress trash folder?
Now iam gonna show you how to do this.. and it is quite easy.
Go into your ftp client and login to you hosting account where your wordpress is located.
Now find wp-config.php “witch should be located in root of your wordpress install”
And now simply copy/paste this code bellow into this file.
define(‘EMPTY_TRASH_DAYS’, 10 );
NOTE: 10 = amount of days so change this to your own liking.
And close and save the file. and its done .














