Skip to content

Instantly share code, notes, and snippets.

@anton-roos
Last active May 25, 2020 14:48
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/f55f7af06122e11ead433674e134b9cb to your computer and use it in GitHub Desktop.
Save anton-roos/f55f7af06122e11ead433674e134b9cb to your computer and use it in GitHub Desktop.
Updtate all WooCommerce Products to "Mange Stock"
UPDATE `wp_postmeta`
SET `meta_value` = 'yes'
WHERE `meta_key` = '_manage_stock'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment