Run the following MySql query to generate the new download limit of 100 for all Woocommerce products in WordPress.
UPDATE wp_postmeta SET meta_value = "100" WHERE meta_key = "_download_limit"
Run the following MySql query to generate the new download limit of 100 for all Woocommerce products in WordPress.
UPDATE wp_postmeta SET meta_value = "100" WHERE meta_key = "_download_limit"
Thanks for finally writing about >Woocommerce Update All
Products With New Download Limit – Tech Help <Loved it!