woocommerce_checkout_update_user_meta

woocommerce_checkout_update_user_meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_checkout_update_user_meta') is found 1 times:

  • /includes/class-wc-checkout.php line 1189
     
    			$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() {