Remove add friend button for member type
-
Hi, I want to remove the ‘add friend’ button for a specific member type in my buddypress site. I don’t want them to have friend requests from anyone.
I tried to write this code but it does not work:
function remove_bp_add_friend_button(); {
$member_type = bp_get_member_type( bp_displayed_user_id() );
if ( ‘business’ === $member_type ) {
‘remove_bp_add_friend_button’;
}
}Anyone can help with this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove add friend button for member type’ is closed to new replies.