Namespaces: global |
Description |
|---|---|
| bp_activity_do_heartbeat() |
Should we use Heartbeat to refresh activities? |
| bp_ajax_get_suggestions() |
AJAX endpoint for Suggestions API lookups. |
| bp_ajax_get_comments() |
AJAX endpoint for activity comments. |
| bp_activity_catch_transition_post_type_status() |
Detect a change in post type status, and initiate an activity update if necessary. |
| bp_activity_transition_post_type_comment_status() |
When a post type comment status transition occurs, update the relevant activity’s status. |
| bp_start_following() |
Start following a user’s activity. |
| bp_stop_following() |
Stop following a user’s activity. |
| bp_is_following() |
Check if a user is already following another user. |
| bp_get_followers() |
Fetch the user IDs of all the followers of a particular user. |
| bp_get_following() |
Fetch the user IDs of all the users a particular user is following. |