Collect value of user
-
Hello,
I have a question, with this code, i can to collect the value of “phone_number” of user connected in the web site.
$user_id = um_user(‘ID’);
um_fetch_user( $user_id );
$meta_value = um_user(‘mobile_number’);
echo $meta_value;But i would like to collect the value of “phone number” of the user that I’m watching
For more details if i see the profil “francecasting.fr/user/james”, i would like to see the information of james and not user connected.
Regards,
The page I need help with: [log in to see the link]
The topic ‘Collect value of user’ is closed to new replies.