Functions
Description
bp_activity_admin_index()

Display the Activity admin index screen, which contains a list of all the activities.

Source: bp-activity/bp-activity-admin.php:1028

bp_activity_admin_load()

Set up the Activity admin page.

Source: bp-activity/bp-activity-admin.php:211

bp_activity_admin_menu()

Add the Activity top-level menu link when viewing single activity item.

Source: bp-activity/bp-activity-adminbar.php:20

bp_activity_admin_menu_order()

Add activity component to custom menus array.

Source: bp-activity/bp-activity-admin.php:59

bp_activity_admin_reply()

AJAX receiver for Activity replies via the admin screen.

Source: bp-activity/bp-activity-admin.php:73

bp_activity_admin_screen_options()

Handle save/update of screen options for the Activity component admin screen.

Source: bp-activity/bp-activity-admin.php:155

bp_activity_akismet_delete_old_metadata()

Delete old spam activity meta data.

Source: bp-activity/bp-activity-akismet.php:45

bp_activity_at_mention_add_notification()

Notify a member when their nicename is mentioned in an activity feed item.

Source: bp-activity/bp-activity-notifications.php:174

bp_activity_at_mention_delete_notification()

Delete at-mention notifications when the corresponding activity item is deleted.

Source: bp-activity/bp-activity-notifications.php:329

bp_activity_at_message_notification()

Send email and BP notifications when a user is mentioned in an update.

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

bp_activity_at_name_filter()

Find and link @-mentioned users in the contents of a given item.

Source: bp-activity/bp-activity-filters.php:352

bp_activity_at_name_filter_updates()

Catch mentions in an activity item before it is saved into the database.

Source: bp-activity/bp-activity-filters.php:409

bp_activity_at_name_send_emails()

Sends emails and BP notifications for users @-mentioned in an activity item.

Source: bp-activity/bp-activity-filters.php:445

bp_activity_avatar()

Output the avatar of the user that performed the action.

Source: bp-activity/bp-activity-template.php:991

bp_activity_can_comment()

Determine if a comment can be made on an activity item.

Source: bp-activity/bp-activity-template.php:3024

bp_activity_can_comment_reply()

Determine whether a comment can be made on an activity reply item.

Source: bp-activity/bp-activity-template.php:3060

bp_activity_can_favorite()

Determine whether favorites are allowed.

Source: bp-activity/bp-activity-template.php:3107

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_check_blacklist_keys()

Mark the posted activity as spam, if it contains blacklist keywords.

Source: bp-activity/bp-activity-filters.php:203

bp_activity_check_exists_by_content()

Check whether an activity item exists with a given content string.

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

bp_activity_check_moderation_keys()

Moderate the posted activity item, if it contains moderate keywords.

Source: bp-activity/bp-activity-filters.php:178

bp_activity_clear_cache_for_activity()

Clear a cached activity item when that item is updated.

Source: bp-activity/bp-activity-cache.php:46

bp_activity_clear_cache_for_deleted_activity()

Clear cached data for deleted activity items.

Source: bp-activity/bp-activity-cache.php:59

bp_activity_clear_meta_cache_for_activity()

Source: bp-core/deprecated/buddypress/2.0.php:17

bp_activity_clear_new_mentions()

Reset a user’s unread mentions list and count.

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

bp_activity_comment_content()

Output the content of the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:2227

bp_activity_comment_count()

Output the activity comment count.

Source: bp-activity/bp-activity-template.php:2274

bp_activity_comment_css_class()

Output the activity comment CSS class.

Source: bp-activity/bp-activity-template.php:2731

bp_activity_comment_date_recorded()

Output the formatted date_recorded of the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:2136

bp_activity_comment_date_recorded_raw()

Output the date_recorded of the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:2165

bp_activity_comment_delete_link()

Output the ‘delete’ URL for the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:2197

bp_activity_comment_depth()

Output the depth of the current activity comment.

Source: bp-activity/bp-activity-template.php:2357

bp_activity_comment_embed()

Set up activity oEmbed cache while recursing through activity comments.

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

bp_activity_comment_embed_after_recurse()

Clean up ’embed_post_id’ filter after comment recursion.

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

bp_activity_comment_form_action()

Output the activity comment form action.

Source: bp-activity/bp-activity-template.php:2483

bp_activity_comment_form_nojs_display()

Output the activity comment form no JavaScript display CSS.

Source: bp-activity/bp-activity-template.php:2454

bp_activity_comment_id()

Output the ID of the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:1998

bp_activity_comment_link()

Output the activity comment link.

Source: bp-activity/bp-activity-template.php:2423

bp_activity_comment_name()

Output the author name for the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:2095

bp_activity_comment_permalink()

Output the activity comment permalink.

Source: bp-activity/bp-activity-template.php:2570

bp_activity_comment_privacy_update()

Recursive function to update privacy of comment with nested level.

Source: bp-activity/bp-activity-filters.php:311

bp_activity_comment_reply_add_notification()

Notify a member one of their activity comment received a reply.

Source: bp-activity/bp-activity-notifications.php:222

bp_activity_comment_user_id()

Output the ID of the author of the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:2032

bp_activity_comment_user_link()

Output the author link for the activity comment currently being displayed.

Source: bp-activity/bp-activity-template.php:2066

bp_activity_comments()

Output the comment markup for an activity item.

Source: bp-activity/bp-activity-template.php:1883

bp_activity_comments_user_avatars()

Echo a list of linked avatars of users who have commented on the current activity item.

Source: bp-activity/bp-activity-template.php:3361

bp_activity_content()

Output the activity content.

Source: bp-activity/bp-activity-template.php:1442

bp_activity_content_body()

Output the activity content body.

Source: bp-activity/bp-activity-template.php:1378

bp_activity_count()

Output the activity count.

Source: bp-activity/bp-activity-template.php:534

bp_activity_create_parent_document_activity()

Create main activity for the media uploaded and saved.

Source: bp-activity/bp-activity-filters.php:2037