bp_member_add_friend_button()
Output the “Add Friend” button in the member loop.
Description Description
Source Source
File: bp-friends/bp-friends-template.php
function bp_member_add_friend_button() { bp_add_friend_button( bp_get_member_user_id() ); }
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |