• Is there a function that returns the user ID after that user’s profile is updated? I have tried get_current_user() but that only works properly if the user updates his own profile. I need to return the user ID of the profile being updated even if the update is performed from the dashboard by myself on another user.

    Any ideas?

  • The topic ‘Getting a user ID after update.’ is closed to new replies.