• Hi,

    I need to do some stuff (send the new data to external sources) when user updates his email. I figured out I could use profile_update hook to handle it, but stumbled upon a problem: the hook passes old data, and $_POST also has old email value and not the new one. Q: how to get the newly entered email address (user_email value) and not the old one, if both $_POST and second param for hook profile_update don’t send it?
    Version: WPMU 2.9.x

    Thanks in advance
    d.

  • The topic ‘wpmu: update user email’ is closed to new replies.