Functions
Description
bbp_view_title()

Output the view name aka title

Source: bp-forums/common/template.php:2129

bbp_view_url()

Output the view url

Source: bp-forums/common/template.php:2164

bbp_widgets_init()

Initialize widgets

Source: bp-forums/core/sub-actions.php:131

bbp_wp_login_action()

Output the login form action url

Source: bp-forums/common/template.php:1240

bbpress()

The main function responsible for returning the one true bbPress Instance to functions everywhere.

Source: bp-forums/classes/class-bbpress.php:899

bp_account_was_activated()

Check whether an activation has just been completed.

Source: bp-core/bp-core-template.php:1187

bp_action_variable()

Return the value of a given action variable.

Source: bp-core/bp-core-template.php:1405

bp_action_variables()

Return the value of $bp->action_variables.

Source: bp-core/bp-core-template.php:1380

bp_actions()

Fire the ‘bp_actions’ action, which runs just before rendering.

Source: bp-core/bp-core-dependency.php:346

bp_activate_page_content()

Function to add the content on activate page.

Source: bp-members/bp-members-functions.php:4623

bp_activate_slug()

Output the activation slug.

Source: bp-members/bp-members-template.php:240

bp_activation()

Fire activation hooks and events.

Source: bp-core/bp-core-update.php:986

bp_activation_page()

Output the URL of the activation page.

Source: bp-members/bp-members-template.php:2099

bp_active_member_type_by_type()

Gets an active member by type.

Source: bp-core/deprecated/buddyboss/1.1.8.php:353

bp_activities()

Determine if there are still activities left in the loop.

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

bp_activities_member_rss_link()

Output the member activity feed link.

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

bp_activities_no_activity()

Output text when there is no activity

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

bp_activities_title()

Output the activities title.

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

bp_activity_action()

Output the activity action.

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

bp_activity_action_delete_activity()

Delete specific activity item and redirect to previous page.

Source: bp-activity/actions/delete.php:17

bp_activity_action_favorites_feed()

Load a user’s favorites feed.

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

bp_activity_action_friends_feed()

Load a user’s friends’ activity feed.

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

bp_activity_action_mark_favorite()

Mark activity as liked.

Source: bp-activity/actions/favorite.php:16

bp_activity_action_mentions_feed()

Load a user’s @mentions feed.

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

bp_activity_action_my_groups_feed()

Load the activity feed for a user’s groups.

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

bp_activity_action_name()

Output the activity action name.

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

bp_activity_action_parse_url()

AJAX endpoint for link preview URL parser.

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

bp_activity_action_permalink_router()

Catch and route requests for single activity item permalinks.

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

bp_activity_action_personal_feed()

Load a user’s personal activity feed.

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

bp_activity_action_post_comment()

Post new activity comment.

Source: bp-activity/actions/reply.php:16

bp_activity_action_post_update()

Post user/group activity update.

Source: bp-activity/actions/post.php:16

bp_activity_action_remove_favorite()

Remove activity from likes.

Source: bp-activity/actions/unfavorite.php:17

bp_activity_action_sitewide_feed()

Load the sitewide activity feed.

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

bp_activity_action_spam_activity()

Mark specific activity item as spam and redirect to previous page.

Source: bp-activity/actions/spam.php:17

bp_activity_add()

Add an activity item.

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

bp_activity_add_admin_menu()

Register the Activity component admin screen.

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

bp_activity_add_meta()

Add a piece of activity metadata.

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

bp_activity_add_meta_boxes()

Publish Activity for lessons, quizzes and topics with appropriate conditions.

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

bp_activity_add_notification_for_synced_blog_comment()

Add a notification for post comments to the post author or post commenter.

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

bp_activity_add_user_favorite()

Add an activity feed item as a favorite for a user.

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

bp_activity_adjust_mention_count()

Adjusts mention count for mentioned users in activity items.

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

bp_activity_admin()

Output the Activity component admin screens.

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

bp_activity_admin_edit()

Display the single activity edit screen.

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

bp_activity_admin_edit_hidden_metaboxes()

Hide the advanced edit meta boxes by default, so we don’t clutter the screen.

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

bp_activity_admin_edit_metabox_itemids()

Primary item ID/Secondary item ID metabox for the Activity admin edit screen.

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

bp_activity_admin_edit_metabox_link()

Primary link metabox for the Activity admin edit screen.

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

bp_activity_admin_edit_metabox_status()

Status metabox for the Activity admin edit screen.

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

bp_activity_admin_edit_metabox_type()

Activity type metabox for the Activity admin edit screen.

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

bp_activity_admin_edit_metabox_userid()

User ID metabox for the Activity admin edit screen.

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

bp_activity_admin_get_activity_actions()

Get flattened array of all registered activity actions.

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