Trigger webhook when user edit addresses on frontend, closes #10505
This commit is contained in:
parent
2c4aff6370
commit
b6376b86c5
|
@ -553,6 +553,7 @@ class WC_Webhook {
|
|||
'customer.updated' => array(
|
||||
'profile_update',
|
||||
'woocommerce_api_edit_customer',
|
||||
'woocommerce_customer_save_address',
|
||||
),
|
||||
'customer.deleted' => array(
|
||||
'delete_user',
|
||||
|
|
Loading…
Reference in New Issue