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 );Crafting Web Experiences
//
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 );