@since: BuddyPress 1.2.0
Description
bp_activity_screen_single_activity_permalink

Fires before the loading of a single activity template file.

Source: bp-activity/screens/permalink.php:152

bp_activity_screen_friends

Fires right before the loading of the “My Connections” screen template file.

Source: bp-activity/screens/friends.php:26

bp_activity_screen_groups()

Load the ‘My Groups’ activity page.

Source: bp-activity/screens/groups.php:14

bp_activity_screen_groups

Fires right before the loading of the “My Groups” screen template file.

Source: bp-activity/screens/groups.php:26

bp_activity_template_groups_activity

Filters the template to load for the “My Groups” screen.

Source: bp-activity/screens/groups.php:35

bp_activity_allowed_tags

Filters the allowed HTML tags for BuddyBoss Activity content.

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

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_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_action_my_groups_feed()

Load the activity feed for a user’s groups.

Source: bp-activity/actions/feeds.php:104