WooCommerce Registration, Sync User, Billing and Shipping info
But, from what I can tell, this is only set to fire when a user updates their own profile. Yes, that’s correct. Running it as I created a user account didn’t produce the results I was looking for. The hook you should use when the user is being created/registered, is user_register. So you would use … Read more