Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Empty the trash after 7 days

Deletes posts, pages and comments for good after 7 days in the trash, instead of 30.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Tested with WordPress 7.1
PHP
<?php

// The same as define( 'EMPTY_TRASH_DAYS', 7 ); in wp-config.php.
if ( ! defined( 'EMPTY_TRASH_DAYS' ) ) {
	define( 'EMPTY_TRASH_DAYS', 7 );
}

In these packs

  • Performance: Small changes that save the server and the browser some work.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.