André Amorim

Crafting Web Experiences

//

Disable trash in WordPress

If you want to completely disable the trash:

define( 'EMPTY_TRASH_DAYS', 0 );

If you want trash to be emptied in 30 days:

define( 'EMPTY_TRASH_DAYS', 30 );

Published date:

Modified date: