Skip to content

Instantly share code, notes, and snippets.

@anton-roos
Created May 25, 2020 14:56
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/79f8b78c06feb516ce63e48441bf4aec to your computer and use it in GitHub Desktop.
Save anton-roos/79f8b78c06feb516ce63e48441bf4aec to your computer and use it in GitHub Desktop.
Update stock status of WooCommerce products.
UPDATE wp_postmeta
SET `meta_value` = 'outofstock'
WHERE `meta_value` = 'instock'
AND `meta_key` = '_stock_status'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment