update post meta using user_register hook not working
The part that does not work in your code is not adding or updating the post meta, but getting the user meta named team which you’re retrieving via um_user(). And that’s because as @WebElaine pointed, by the time the user_register hook is fired, the custom field team has not yet added to the database (neither … Read more