bbp_get_user_profile_link( $user_id )
Return link to the profile page of a user
Description
Return
(string) User profile link
Source
File: bp-forums/users/template.php
function bbp_get_user_profile_link( $user_id = 0 ) { return apply_filters( 'bbp_get_user_profile_link', bp_core_get_userlink( $user_id ), $user_id ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.