Merge pull request #10335 from onyxcorp/master

Update class-wc-webhook.php customer.created webhook to be triggered with 'user_register' action
This commit is contained in:
Claudio Sanches 2016-02-11 17:40:35 -02:00
commit f17f9521d0
1 changed files with 2 additions and 0 deletions

View File

@ -544,7 +544,9 @@ class WC_Webhook {
'wp_trash_post',
),
'customer.created' => array(
'user_register',
'woocommerce_created_customer',
'woocommerce_api_create_customer'
),
'customer.updated' => array(
'profile_update',