@since: BuddyBoss 1.0.0 |
Description |
---|---|
BP_Activity_Follow::delete() |
Deletes a follow relationship from the database. |
BP_Activity_Follow::get_followers() |
Get the follower IDs for a given user. |
BP_Activity_Follow::get_following() |
Get the user IDs that a user is following. |
BP_Activity_Follow::get_counts() |
Get the follower / following counts for a given user. |
BP_Activity_Follow::bulk_check_follow_status() |
Bulk check the follow status for a user against a list of user IDs. |
BP_Activity_Follow::delete_all_for_user() |
Deletes all follow relationships for a given user. |
bp_add_follow_button() |
Output the Follow button. |
bp_get_add_follow_button() |
Returns a follow / unfollow button for a given user depending on the follower status. |
bp_get_add_follow_button |
Filters the HTML for the follow button. |
bp_get_follow_slug |
Filters the follow component slug. |