woocommerce_customer_get_downloadable_products

woocommerce_customer_get_downloadable_products

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_customer_get_downloadable_products') is found 1 times:

  • /includes/class-wc-customer.php line 233
    		$downloads = array();
    		if ( $this->get_id() ) {
    			$downloads = wc_get_customer_available_downloads( $this->get_id() );
    		}
    		return apply_filters( 'woocommerce_customer_get_downloadable_products', $downloads );
    	}
    
    	/**
    	 * Is customer VAT exempt?
    	 *
    	 * @return bool