Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created February 21, 2014 14:43
Show Gist options
  • Select an option

  • Save BFTrick/9135448 to your computer and use it in GitHub Desktop.

Select an option

Save BFTrick/9135448 to your computer and use it in GitHub Desktop.
Publish all WooCommerce coupons.
UPDATE wp_posts
SET post_status="publish"
WHERE post_type="shop_coupon"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment