Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to create custom links\\get_userurl


John James Jacoby
Keymaster

@johnjamesjacoby

$user_id = the id of the person you want to get;
echo bp_core_get_userurl($user_id);

There is also bp_core_get_userlink which works in similar fashion but has more parameters. Open bp-core.php and check it out, it’s fully documented.

Skip to toolbar