Two hooks for wordpress - edit_user_profile_update and profile_update
- edit_user_profile_update
Fires before the page loads on the 'Edit User' screen.
This hook is executed before the user profile page of the admin panel is opened.
This hook will also be used to extend the user management panel. But sometimes it doesn't work.
- profile_update
Fires immediately after an existing user is updated.
This hook is executed after the profile is updated.
Commonly used to extend user management panels.