WC_Product::has_options()
Returns whether or not the product has additional options that need selecting before adding to cart.
Description Description
Return Return
(boolean)
Source Source
File: includes/abstracts/abstract-wc-product.php
public function has_options() { return false; }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |