bp_get_displayed_user_link()
Get the link for the displayed user’s profile.
Description Description
Return Return
(string)
Source Source
File: bp-members/bp-members-template.php
function bp_get_displayed_user_link() { /** * Filters the link for the displayed user's profile. * * @since 1.2.4 * * @param string $value Link for the displayed user's profile. */ return apply_filters( 'bp_get_displayed_user_link', bp_displayed_user_domain() ); }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |