Is there a wp-cli command to DISABLE and prevent WordPress Media upload to "Organize my Uploads into Month and Year-Based Folders" .
I got MU-Plugin way answer here on quite an old post here https://wordpress.stackexchange.com/a/284970
to use snippet
<?php add_filter( 'pre_option_uploads_use_yearmonth_folders', '__return_zero');
However if wp-cli can toggle this config for me, it'll be much easier. If it doesn't exist, can you please take this as feature request?
Is there a wp-cli command to DISABLE and prevent WordPress Media upload to "Organize my Uploads into Month and Year-Based Folders" .
I got MU-Plugin way answer here on quite an old post here https://wordpress.stackexchange.com/a/284970 to use snippet
<?php add_filter( 'pre_option_uploads_use_yearmonth_folders', '__return_zero');
However if wp-cli can toggle this config for me, it'll be much easier. If it doesn't exist, can you please take this as feature request?
Thanks