woocommerce_api_customer_shipping_address

woocommerce_api_customer_shipping_address

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_api_customer_shipping_address') is found 2 times:

  • /includes/legacy/api/v2/class-wc-api-customers.php line 273
    	 * @since  2.2
    	 * @return array
    	 */
    	protected function get_customer_shipping_address() {
    		$shipping_address = apply_filters( 'woocommerce_api_customer_shipping_address', array(
    			'first_name',
    			'last_name',
    			'company',
    			'address_1',
    			'address_2',
    			'city',
    
  • /includes/legacy/api/v3/class-wc-api-customers.php line 274
    	 * @since  2.2
    	 * @return array
    	 */
    	protected function get_customer_shipping_address() {
    		$shipping_address = apply_filters( 'woocommerce_api_customer_shipping_address', array(
    			'first_name',
    			'last_name',
    			'company',
    			'address_1',
    			'address_2',
    			'city',