bp-core/bp-core-avatars.php:
bp_core_avatar_reset_query()
|
Reset the week parameter of the WordPress main query if needed.
|
bp-core/deprecated/1.6.php:
bp_friends_header_tabs()
|
Displays Friends header tabs
|
bp-core/deprecated/1.6.php:
bp_friends_filter_title()
|
Filters the title for the Friends component
|
bp-core/bp-core-template.php:
bp_is_groups_directory()
|
Is the current page the groups directory?
|
bp-core/bp-core-template.php:
bp_is_action_variable()
|
Check to see whether the current page matches a given action_variable.
|
bp-core/bp-core-template.php:
bp_get_options_nav()
|
Output the “options nav”, the secondary-level single item navigation menu.
|
bp-core/bp-core-buddybar.php:
bp_core_register_nav_screen_function()
|
Register a screen function for an item in the main nav array.
|
bp-activity/screens/permalink.php:
bp_activity_action_permalink_router()
|
Catch and route requests for single activity item permalinks.
|
bp-activity/bp-activity-template.php:
bp_has_activities()
|
Initialize the activity loop.
|
bp-activity/actions/unfavorite.php:
bp_activity_action_remove_favorite()
|
Remove activity from favorites.
|
bp-activity/actions/spam.php:
bp_activity_action_spam_activity()
|
Mark specific activity item as spam and redirect to previous page.
|
bp-activity/actions/favorite.php:
bp_activity_action_mark_favorite()
|
Mark activity as favorite.
|
bp-activity/actions/delete.php:
bp_activity_action_delete_activity()
|
Delete specific activity item and redirect to previous page.
|
bp-templates/bp-nouveau/includes/template-tags.php:
bp_nouveau_get_nav_classes()
|
Retrieve a space separated list of classes for the current nav item.
|
bp-templates/bp-nouveau/includes/template-tags.php:
bp_nouveau_pagination()
|
Pagination for loops
|
bp-templates/bp-nouveau/includes/groups/template-tags.php:
bp_nouveau_group_manage_screen()
|
Load the requested Manage Screen for the current group.
|
bp-messages/classes/class-bp-messages-component.php:
BP_Messages_Component::late_includes()
|
Late includes method.
|
bp-messages/screens/view.php:
messages_screen_conversation()
|
Load an individual conversation screen.
|
bp-messages/actions/star.php:
bp_messages_star_action_handler()
|
Action handler to set a message’s star status for those not using JS.
|
bp-messages/actions/view.php:
messages_action_conversation()
|
Process a request to view a single message thread.
|
bp-messages/actions/delete.php:
messages_action_delete_message()
|
Process a request to delete a message.
|
bp-messages/actions/notices.php:
bp_messages_action_edit_notice()
|
Handle editing of sitewide notices.
|
bp-messages/bp-messages-template.php:
bp_thread_has_messages()
|
Initialize the messages template loop for a specific thread.
|
bp-messages/bp-messages-template.php:
bp_get_messages_form_action()
|
Return the form action for Messages HTML forms.
|
bp-groups/classes/class-bp-groups-component.php:
BP_Groups_Component::setup_globals()
|
Set up component global data.
|
bp-groups/classes/class-bp-groups-group-members-template.php:
BP_Groups_Group_Members_Template::__construct()
|
Constructor.
|
bp-groups/bp-groups-template.php:
bp_get_group_current_admin_tab()
|
Returns the current group admin tab slug.
|
bp-groups/bp-groups-template.php:
bp_groups_header_tabs()
|
Displays group header tabs.
|
bp-groups/bp-groups-template.php:
bp_groups_filter_title()
|
Displays group filter titles.
|
bp-groups/bp-groups-template.php:
bp_get_group_creation_form_action()
|
|
bp-groups/bp-groups-template.php:
bp_is_group_creation_step()
|
|
bp-groups/bp-groups-template.php:
bp_get_group_admin_form_action()
|
Generate the ‘action’ attribute for a group admin form.
|
bp-groups/screens/single/admin/manage-members.php:
groups_screen_group_admin_manage_members()
|
This function handles actions related to member management on the group admin.
|
bp-groups/screens/user/invites.php:
groups_screen_group_invites()
|
Handle the loading of a user’s Groups > Invites page.
|
bp-groups/screens/single/send-invites.php:
groups_remove_group_invite()
|
Process group invitation removal requests.
|
bp-groups/screens/single/activity-permalink.php:
groups_screen_group_activity_permalink()
|
Handle the display of a single group activity item.
|
bp-groups/screens/single/send-invites.php:
groups_screen_group_invite()
|
Handle the display of a group’s Send Invites page.
|
bp-groups/actions/create.php:
groups_action_create_group()
|
Catch and process group creation form submissions.
|
bp-xprofile/bp-xprofile-template.php:
bp_get_profile_group_name()
|
Return the XProfile group name.
|
bp-xprofile/bp-xprofile-template.php:
bp_get_current_profile_group_id()
|
Return the current profile group ID.
|
bp-xprofile/screens/edit.php:
xprofile_screen_edit_profile()
|
Handles the display of the profile edit page by loading the correct template file.
|
bp-friends/screens/requests.php:
friends_screen_requests()
|
Catch and process the Requests page.
|
bp-friends/actions/add-friend.php:
friends_action_add_friend()
|
Catch and process friendship requests.
|
bp-friends/actions/remove-friend.php:
friends_action_remove_friend()
|
Catch and process Remove Friendship requests.
|