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.9.8.1

do_action('woocommerce_checkout_update_user_meta') is found 1 times:

  • /includes/class-wc-checkout.php line 1222
    1219
    1220
    1221
    1222
    1223
    1224
    1225
    1226
    1227
    1228
            $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() {