File: bp-activity/bp-activity-functions.php
Description
bp_is_following()

Check if a user is already following another user.

Source: bp-activity/bp-activity-functions.php:4760

bp_get_followers()

Fetch the user IDs of all the followers of a particular user.

Source: bp-activity/bp-activity-functions.php:4786

bp_get_following()

Fetch the user IDs of all the users a particular user is following.

Source: bp-activity/bp-activity-functions.php:4809

bp_activity_do_heartbeat()

Should we use Heartbeat to refresh activities?

Source: bp-activity/bp-activity-functions.php:4399

bp_activity_do_heartbeat

Filters whether the heartbeat feature in the activity feed should be active.

Source: bp-activity/bp-activity-functions.php:4413

bp_ajax_get_comments()

AJAX endpoint for activity comments.

Source: bp-activity/bp-activity-functions.php:4421

bp_activity_catch_transition_post_type_status()

Detect a change in post type status, and initiate an activity update if necessary.

Source: bp-activity/bp-activity-functions.php:4448

bp_activity_post_type_edit_{$post->post_type}

Fires when editing the post and the new status is not ‘publish’.

Source: bp-activity/bp-activity-functions.php:4494

bp_activity_post_type_untrash_{$post->post_type}

Fires if untrashing post in a post type.

Source: bp-activity/bp-activity-functions.php:4515

bp_activity_post_type_transition_status_{$post->post_type}

Fires when the old and the new post status are not ‘publish’.

Source: bp-activity/bp-activity-functions.php:4540