bp_get_group_request_user_link()
Get the anchor tag with profile link of the member who requested group membership.
Description
Return
(mixed|void)
Source
File: bp-groups/bp-groups-template.php
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 | function bp_get_group_request_user_link() { global $requests_template ; /** * Filters the URL for the user requesting membership. * * @since BuddyPress 1.2.6 * * @param string $value URL for the user requestion membership. */ return apply_filters( 'bp_get_group_request_user_link' , bp_core_get_userlink( $requests_template ->request->user_id ) ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.2.6 | 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.