woocommerce_api_update_customer_data

woocommerce_api_update_customer_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.9.3

do_action('woocommerce_api_update_customer_data') is found 2 times:

  • /includes/legacy/api/v2/class-wc-api-customers.php line 334
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
                }
            }
        }
     
        do_action( 'woocommerce_api_update_customer_data', $id, $data, $customer );
    }
     
    /**
     * Create a customer
     *
     * @since 2.2
  • /includes/legacy/api/v3/class-wc-api-customers.php line 335
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
                }
            }
        }
     
        do_action( 'woocommerce_api_update_customer_data', $id, $data, $customer );
    }
     
    /**
     * Create a customer
     *
     * @since 2.2