ControlledChaos
12/8/2016 - 1:20 PM

Add the standard WordPress trash functionality to the media library.

Add the standard WordPress trash functionality to the media library.

<?php

// In wp-config:
define( 'MEDIA_TRASH', true );
 
// Want to empty trash after a certain amount of days?
define( 'EMPTY_MEDIA_TRASH', 30 );

?>

Media Library Trash

WordPress Snippet