Skip to content

Instantly share code, notes, and snippets.

@anton-roos
Last active May 25, 2020 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-roos/5f250e63b92ff8cf70ca1417f3bc3a71 to your computer and use it in GitHub Desktop.
Save anton-roos/5f250e63b92ff8cf70ca1417f3bc3a71 to your computer and use it in GitHub Desktop.
Update Sold Individually of all WooCommerce products.
UPDATE `wp_postmeta`
SET `meta_value` = 'no'
WHERE `meta_key` = '_sold_individually'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment