Updated wc_get_products and WC_Product_Query (markdown)

Claudiu Lodromanean 2017-07-24 15:02:07 -07:00
parent 54e5316dc2
commit 13c145c8da
1 changed files with 1 additions and 1 deletions

@ -309,7 +309,7 @@ $args = array(
$products = wc_get_products( $args );
```
**virtual, downloadable, featured, sold_individually, backorders, manage_stock, reviews_allowed**
**virtual, downloadable, featured, sold_individually, manage_stock, reviews_allowed**
Accepts a boolean: Limit results to products with the specific settings or features.