Skip to content

Instantly share code, notes, and snippets.

@hauge75
Created January 30, 2018 12:38
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 hauge75/15c6f068ac33ac6f432abcf65a6c240b to your computer and use it in GitHub Desktop.
Save hauge75/15c6f068ac33ac6f432abcf65a6c240b to your computer and use it in GitHub Desktop.
Woocoomerce if in stock
global $product;
if ($product->is_in_stock()) {
//Do if product is in stock
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment