woocommerce_checkout_update_customer, $customer, $data
woocommerce_checkout_update_customer, $customer, $data
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_checkout_update_customer, $customer, $data') is found 1 times:
- /includes/class-wc-checkout.php line 1312
* Action hook to adjust customer before save. * * @since 3.0.0 */ do_action( 'woocommerce_checkout_update_customer', $customer, $data ); $customer->save(); } do_action( 'woocommerce_checkout_update_user_meta', $customer_id, $data ); }