woocommerce_product_is_visible, $visible, $this->get_id(
woocommerce_product_is_visible, $visible, $this->get_id(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_is_visible, $visible, $this->get_id(') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 1723
* @return bool */ public function is_visible() { $visible = $this->is_visible_core(); return apply_filters( 'woocommerce_product_is_visible', $visible, $this->get_id() ); } /** * Returns whether or not the product is visible in the catalog (doesn't trigger filters). * * @return bool