Hook for user when changing their email
-
Hello,
im new to development with wordpress API and stuck. In one Installation are some plugins where used, that store data not in a user-specific id, but in an emailadress set when saving the settings for the first time.
When users changing their email-address, some of these plugins can’t get their saved data because they’re simply can’t find the “new” email.
No big deal i thought. Just update the plugins data with an sql update, at the time the user is changing the saved address. But i can’t find the right hook to update the data with $old_email and $new_email. I think it must be hooked at the moment, a user is loading the url from send_confirmation_on_profile_email? But what is the hook for this savestate?
- The topic ‘Hook for user when changing their email’ is closed to new replies.