bp-core/bp-core-actions.php:
bp_restrict_single_attachment()
|
Restrict user when visit attachment url from media/document.
|
bp-document/screens/document.php:
document_screen()
|
Load the Document screen.
|
bp-settings/screens/capabilities.php:
bp_settings_screen_capabilities()
|
Show the capabilities settings template.
|
bp-settings/screens/delete-account.php:
bp_settings_screen_delete_account()
|
Show the delete-account settings template.
|
bp-settings/screens/export.php:
bp_settings_screen_export_data()
|
Show the notifications settings template.
|
bp-settings/screens/general.php:
bp_settings_screen_general()
|
Show the general settings template.
|
bp-settings/screens/notifications.php:
bp_settings_screen_notification()
|
Show the notifications settings template.
|
bp-settings/actions/capabilities.php:
bp_settings_action_capabilities()
|
Handles the setting of user capabilities, spamming, hamming, role, etc.
|
bp-settings/actions/delete-account.php:
bp_settings_action_delete_account()
|
Handles the deleting of a user.
|
bp-settings/actions/general.php:
bp_settings_action_general()
|
Handles the changing and saving of user email addresses and passwords.
|
bp-settings/actions/notifications.php:
bp_settings_action_notifications()
|
Handles the changing and saving of user notification settings.
|
bp-forums/groups.php:
BBP_Forums_Group_Extension::display_forums()
|
Output the forums for a group in the edit screens
|
bp-media/screens/media.php:
media_screen()
|
Load the Media screen.
|
bp-xprofile/screens/change-avatar.php:
xprofile_screen_change_avatar()
|
Handles the uploading and cropping of a user avatar. Displays the change avatar page.
|
bp-xprofile/screens/edit.php:
xprofile_screen_edit_profile()
|
Handles the display of the profile edit page by loading the correct template file.
|
bp-xprofile/screens/settings-profile.php:
bp_xprofile_screen_settings()
|
Show the xprofile settings template.
|
bp-xprofile/screens/settings-profile.php:
bp_xprofile_action_settings()
|
Handles the saving of xprofile field visibilities.
|
bp-messages/screens/notices.php:
messages_screen_notices()
|
Load the Messages > Notices screen.
|
bp-messages/screens/compose.php:
messages_screen_compose()
|
Load the Messages > Compose screen.
|
bp-messages/screens/inbox.php:
messages_screen_inbox()
|
Load the Messages > Inbox screen.
|
bp-messages/bp-messages-notifications.php:
messages_screen_notification_settings()
|
Render the markup for the Messages section of Settings > Notifications.
|
bp-groups/screens/single/invite.php:
groups_screen_group_invite()
|
Handle the display of a group’s Send Invites page.
|
bp-groups/actions/access.php:
bp_groups_group_access_protection()
|
Protect access to single groups.
|
bp-groups/classes/class-bp-groups-component.php:
BP_Groups_Component::setup_globals()
|
Set up component global data.
|
bp-invites/actions/revoke-invite-admin.php:
bp_member_revoke_invite_admin()
|
Admin revoke email invite.
|
bp-invites/actions/revoke-invite.php:
bp_member_revoke_invite()
|
Member revoke email invite.
|
bp-invites/screens/send-invites.php:
bp_invites_screen_send_invite()
|
Handle the loading of the Invites > Sent Invites page.
|
bp-invites/screens/sent-invites.php:
bp_invites_screen_sent_invite()
|
Handle the loading of a user’s Invites > Invite by Email page.
|
bp-invites/actions/invites.php:
bp_member_invite_submit()
|
Member submit email invite.
|
bp-templates/bp-nouveau/includes/groups/functions.php:
bp_nouveau_groups_screen_invites_restriction()
|
Group invites restriction screen.
|
bp-core/deprecated/buddyboss/1.0.php:
messages_screen_sentbox()
|
Load the Messages > Sent screen.
|
bp-core/bp-core-catchuri.php:
bp_core_catch_no_access()
|
Catch unauthorized access to certain BuddyPress pages and redirect accordingly.
|
bp-core/bp-core-catchuri.php:
bp_core_set_uri_globals()
|
Analyze the URI and break it down into BuddyPress-usable chunks.
|
bp-activity/screens/permalink.php:
bp_activity_action_permalink_router()
|
Catch and route requests for single activity item permalinks.
|
bp-activity/screens/permalink.php:
bp_activity_screen_single_activity_permalink()
|
Load the page for a single activity item.
|