woocommerce_checkout_update_user_meta, $customer_id, $data

woocommerce_checkout_update_user_meta, $customer_id, $data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_checkout_update_user_meta, $customer_id, $data') is found 1 times:

  • /includes/class-wc-checkout.php line 1317
     
    			$customer->save();
    		}
    
    		do_action( 'woocommerce_checkout_update_user_meta', $customer_id, $data );
    	}
    
    	/**
    	 * If checkout failed during an AJAX call, send failure response.
    	 */
    	protected function send_ajax_failure_response() {