lesterchan / wp-downloadmanager

Adds a simple download manager to your WordPress blog.
https://wordpress.org/plugins/wp-downloadmanager/
17 stars 15 forks source link

Opening file downloads to all visitors #34

Closed mammuthus closed 1 month ago

mammuthus commented 1 month ago

I have decided to close registration on my website, but there are tons of files that are currently only downloadable by members. I would like to make these files available for download to any visitor. Do you have a solution to set all files to 'Allowed To Download: For All'?

mammuthus commented 1 month ago
UPDATE wp_downloads
SET file_permission = -1;