bp_get_loggedin_user_link()
Get the link for the logged-in user’s profile.
Description
Return
(string)
Source
File: bp-members/bp-members-template.php
function bp_get_loggedin_user_link() {
/**
* Filters the link for the logged-in user's profile.
*
* @since BuddyPress 1.2.4
*
* @param string $value Link for the logged-in user's profile.
*/
return apply_filters( 'bp_get_loggedin_user_link', bp_loggedin_user_domain() );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 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.