woocommerce_product_is_visible, $visible, $this->get_id(

woocommerce_product_is_visible, $visible, $this->get_id(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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