woocommerce_customer_taxable_address, array( $country, $state, $postcode, $city

woocommerce_customer_taxable_address, array( $country, $state, $postcode, $city

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_customer_taxable_address, array( $country, $state, $postcode, $city') is found 1 times:

  • /includes/class-wc-customer.php line 222
    		 * @param object $customer        The customer object for which the taxable address is being requested.
    		 *
    		 * @return array The filtered taxable address for the customer.
    		 */
    		return apply_filters( 'woocommerce_customer_taxable_address', array( $country, $state, $postcode, $city ), $this );
    	}
    
    	/**
    	 * Gets a customer's downloadable products.
    	 *
    	 * @return array Array of downloadable products