Problem: I want to enable the trash option in the Media Library on WordPress 5.3.2
Universal suggestion: add
define( 'MEDIA_TRASH', true );
at the top of the wp-config.php file.
Done. Nothing. Nada. No media trash.
The wp-config file lies outside of root, as it has forever, and the site loads and functions flawlessly otherwise.
Changing permissions from 0640 through 0644 to 0660 has had no effect.
What could possibly be inhibiting this code in wp-config from activating the Media trash can as suggested?
I have nothing in .htaccess but standard file protection from external sources. I run a firewall plugin, but even deactivating it has had no effect.
Because WordPress
must be reading everything in the wp-config file simply to load, the only two things I can conclude at this point are either that the code is wrong, or that WP 5.3.2 no longer accepts it for some reason.