Functions
Description
bp_activity_id()

Output the activity ID.

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

bp_activity_is_favorite()

Output whether or not the current activity is in a current user’s favorites.

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

bp_activity_item_id()

Output the activity item ID.

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

bp_activity_latest_update()

Output the activity latest update link.

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

bp_activity_link_preview()

Embed link preview in activity content

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

bp_activity_load_more_link()

Output the URL for the Load More link.

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

bp_activity_make_nofollow_filter()

Catch links in activity text so rel=nofollow can be added.

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

bp_activity_make_nofollow_filter_callback()

Add rel=nofollow to a link.

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

bp_activity_mark_as_ham()

Mark an activity item as ham.

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

bp_activity_mark_as_spam()

Mark an activity item as spam.

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

bp_activity_maybe_load_mentions_scripts()

Should BuddyPress load the mentions scripts and related assets, including results to prime the mentions suggestions?

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

bp_activity_media_add()

Create media activity for each media uploaded

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

bp_activity_media_fix_data()

Fix to BuddyBoss media activity data

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

bp_activity_media_handle_sideload()

This handles a sideloaded file in the same way as an uploaded file is handled by {@link media_handle_upload()}

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

bp_activity_media_sideload_attachment()

Download an image from the specified URL and attach it to a post.

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

bp_activity_member_display_name()

Output the display name of the member who posted the activity.

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

bp_activity_mentions_script()

Enqueue @mentions JS.

Source: bp-activity/bp-activity-cssjs.php:17

bp_activity_new_at_mention_permalink()

Generate permalink for comment mention notification.

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

bp_activity_new_comment()

Add an activity comment.

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

bp_activity_new_comment_notification()

Send email and BP notifications when an activity item receives a comment.

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

bp_activity_new_comment_notification_helper()

Helper method to map action arguments to function parameters.

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

bp_activity_newest_class()

Add a just-posted classes to the most recent activity item.

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

bp_activity_object_name()

Output the activity object name.

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

bp_activity_oembed_dataparse()

Cache full oEmbed response from oEmbed.

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

bp_activity_pagination_count()

Output the activity pagination count.

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

bp_activity_pagination_links()

Output the activity pagination links.

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

bp_activity_parent_content()

Output the activity parent content.

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

bp_activity_parent_user_id()

Output the parent activity’s user ID.

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

bp_activity_per_page()

Output the number of activities per page.

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

bp_activity_permalink_id()

Output the activity permalink ID.

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

bp_activity_post_form_action()

Output the activity post form action.

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

bp_activity_post_type_comment()

Create an activity item for a newly posted post type comment.

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

bp_activity_post_type_get_tracking_arg()

Get a specific tracking argument for a given activity type

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

bp_activity_post_type_publish()

Create an activity item for a newly published post type post.

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

bp_activity_post_type_remove_comment()

Remove an activity item when a comment about a post type is deleted.

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

bp_activity_post_type_unpublish()

Unpublish an activity for the custom post type.

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

bp_activity_post_type_update()

Update the activity item for a custom post type entry.

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

bp_activity_post_update()

Post an activity update.

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

bp_activity_pre_transition_post_type_status()

Stop to add featured course’s Lessons, Quizzes and Topics acvitity

Source: bp-integrations/learndash/bp-learndash-filters.php:60

bp_activity_privacy()

Output the activity privacy.

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

bp_activity_recurse_comment_count()

Return the total number of comments to the current comment.

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

bp_activity_recurse_comments()

Loops through a level of activity comments and loads the template for each.

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

bp_activity_recurse_comments_activity_ids()

Recurse through all activity comments and return the activity comment IDs.

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

bp_activity_recurse_comments_user_ids()

Recurse through all activity comments and collect the IDs of the users who wrote them.

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

bp_activity_register_activity_actions()

Register the activity feed actions for updates.

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

bp_activity_remove_all_user_data()

Completely remove a user’s activity data.

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

bp_activity_remove_platform_updates()

Do not add the activity if uncheck the options from the backend BuddyBoss > Settings > Activity > Posts in Activity Feed >BuddyBoss Platform

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

bp_activity_remove_screen_notifications()

Mark at-mention notifications as read when users visit their Mentions page.

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

bp_activity_remove_screen_notifications_for_non_mentions()

Mark non-mention notifications as read when user visits our read permalink.

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

bp_activity_remove_screen_notifications_single_activity_permalink()

Mark notifications as read when a user visits an activity permalink.

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