Skip to content

Instantly share code, notes, and snippets.

@michaeloeser
Last active December 11, 2015 03:28
Show Gist options
  • Save michaeloeser/4537451 to your computer and use it in GitHub Desktop.
Save michaeloeser/4537451 to your computer and use it in GitHub Desktop.
Empty Trash Automatically
<?php
define('EMPTY_TRASH_DAYS', 5 );
?>
@michaeloeser
Copy link
Author

Does what it says – set the number of days and reduce the size of your database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment