A simple and very useful trick by way of WP Recipes that tells WordPress to automatically empty the trash: Simply open your wp-config.php file (located at the root of your WOrdPress install) and paste the following code: define('EMPTY_TRASH_DAYS', 10 ); The second parameter is when to empty trash, in days. If you’re like me, you’re [...]
Make WordPress Take Out The Trash