Trigger webhook when user edit addresses on frontend, closes #10505

This commit is contained in:
Claudio Sanches 2016-03-08 15:54:13 -03:00
parent 2c4aff6370
commit b6376b86c5
1 changed files with 1 additions and 0 deletions

View File

@ -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',