woocommerce_product_supports, in_array( $feature, $this->supports, true
woocommerce_product_supports, in_array( $feature, $this->supports, true
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_supports, in_array( $feature, $this->supports, true') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 1656
* @return bool True if the product supports the feature, false otherwise. * @since 2.5.0 */ public function supports( $feature ) { return apply_filters( 'woocommerce_product_supports', in_array( $feature, $this->supports, true ), $feature, $this ); } /** * Returns whether or not the product post exists. * * @return bool