Get user url via PHP
-
Hi!
I want to link to the user profile, based on their name. I have a list of users (name and profile pictures), but the code I use does not link to the user profile uid url, but to another url. Users can add their website to their profile, and this code does link to the url they added to their profile.
<a href="<?php echo esc_attr($user->user_url); ?>"><?php echo $user->display_name; ?></a>
Is there any way to link to their profile page?
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get user url via PHP’ is closed to new replies.