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.9.8.1

apply_filters('woocommerce_customer_get_downloadable_products') is found 1 times:

  • /includes/class-wc-customer.php line 233
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
        $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