I'd like to update_user_meta on Edit-Address-Billing Page.
What is Woocommerce Hook after a user hit submit button on Edit Address Billing Page??
Navjot Singh answers:
woocommerce_customer_save_address
rprabowo comments:
not working, I tried to make a simple PHP function with hooks "woocommerce_customer_save_address and" and echo "Data has been saved", but nothing happens. What do I miss?
rprabowo comments:
Oops I missed type the hooks. It turns out it works. Thanks :)