Title: Get user profile data
Last modified: February 25, 2020

---

# Get user profile data

 *  Resolved [mimmo99](https://wordpress.org/support/users/mimmo99/)
 * (@mimmo99)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/get-user-profile-data/)
 * Hi, I would just like to get the user data and put it in an array, to be able
   to use it later.
    In the profile.php file, here (is it the correct place, right?):
 *     ```
       if ( $menu_enabled || ! empty( $tabs[ $nav ]['hidden'] ) ) { ?>
   
       				<div class="um-profile-body <?php echo esc_attr( $nav . ' ' . $nav . '-' . $subnav ); ?>">
       ...
       ...
       ```
   
 * can you help me understand how to do it?
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/get-user-profile-data/#post-12561753)
 * Hi [@mimmo99](https://wordpress.org/support/users/mimmo99/)
 * If you need to get a specific user data, you can try the example code below:
 *     ```
       $user_id = 123
       um_fetch_user( $user_id );
       $user_gender = um_user("gender");  
       ```
   
 * Please feel free to re-open this thread or create a new one if there’s any question
   that may come up.
 * Regards,
 *  Thread Starter [mimmo99](https://wordpress.org/support/users/mimmo99/)
 * (@mimmo99)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/get-user-profile-data/#post-12562329)
 * Great! Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Get user profile data’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

## Tags

 * [profile](https://wordpress.org/support/topic-tag/profile/)

 * 2 replies
 * 2 participants
 * Last reply from: [mimmo99](https://wordpress.org/support/users/mimmo99/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/get-user-profile-data/#post-12562329)
 * Status: resolved