wp-cli / media-command

Imports files as attachments, regenerates thumbnails, or lists registered image sizes.
MIT License
44 stars 41 forks source link

CLI Disable for media upload "organize uploads into month and year" #200

Closed mehargags closed 3 months ago

mehargags commented 3 months ago

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

ernilambar commented 3 months ago

Try this:

wp option update uploads_use_yearmonth_folders 0