Get User groups on profile_update action
-
When firing
add_action(‘profile_update’,’my_function_call’)
in functions.php, I could need the UAM user groups of the updated user.What would be the best way to get that information?
Thank you
- The topic ‘Get User groups on profile_update action’ is closed to new replies.