File: bp-activity/classes/class-bp-activity-follow.php |
Description |
---|---|
BP_Activity_Follow |
BuddyBoss Follow Component. |
BP_Activity_Follow::__construct() |
Constructor. |
BP_Activity_Follow::populate() |
Populate the object with data about the specific follow item. |
BP_Activity_Follow::save() |
Saves a follow relationship to the database. |
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. |