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

apply_filters('woocommerce_api_customer_shipping_address') is found 2 times:

  • /includes/legacy/api/v2/class-wc-api-customers.php line 273
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    * @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
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    * @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',