How to delete all trashed item in one-go

You can use, in your wp-config.php:

define('EMPTY_TRASH_DAYS', 2 );

The example above will delete trashed posts (of all types) after 2 days.