woocommerce_customer_get_downloadable_products, $downloads

woocommerce_customer_get_downloadable_products, $downloads

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_customer_get_downloadable_products, $downloads') is found 1 times:

  • /includes/class-wc-customer.php line 235
    		$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