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() );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.