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-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/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/members.php:
groups_screen_group_members()
|
Handle the display of a group’s Members page.
|
bp-groups/screens/single/admin.php:
groups_screen_group_admin()
|
Handle the display of a group’s Admin pages.
|
bp-groups/classes/class-bp-groups-component.php:
BP_Groups_Component::setup_canonical_stack()
|
Set up canonical stack for this component.
|
bp-members/classes/class-bp-members-component.php:
BP_Members_Component::setup_canonical_stack()
|
Set up canonical stack for this component.
|
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-core/deprecated/buddyboss/1.0.php:
messages_screen_sentbox()
|
Load the Messages > Sent screen.
|
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_action_variable()
|
Return the value of a given action variable.
|
bp-activity/screens/permalink.php:
bp_activity_screen_single_activity_permalink()
|
Load the page for a single activity item.
|