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.
|
bp-settings/actions/capabilities.php:
bp_settings_action_capabilities()
|
Handles the setting of user capabilities, spamming, hamming, role, etc.
|
bp-settings/actions/general.php:
bp_settings_action_general()
|
Handles the changing and saving of user email addresses and passwords.
|
bp-settings/screens/notifications.php:
bp_settings_screen_notification()
|
Show the notifications settings template.
|
bp-settings/screens/delete-account.php:
bp_settings_screen_delete_account()
|
Show the delete-account settings template.
|
bp-settings/screens/data.php:
bp_settings_screen_data()
|
Show the data settings template.
|
bp-settings/screens/capabilities.php:
bp_settings_screen_capabilities()
|
Show the capabilities settings template.
|
bp-settings/screens/general.php:
bp_settings_screen_general()
|
Show the general settings template.
|
bp-settings/actions/notifications.php:
bp_settings_action_notifications()
|
Handles the changing and saving of user notification settings.
|
bp-settings/actions/delete-account.php:
bp_settings_action_delete_account()
|
Handles the deleting of a user.
|
bp-members/classes/class-bp-members-component.php:
BP_Members_Component::setup_canonical_stack()
|
Set up canonical stack for this component.
|
bp-members/screens/change-avatar.php:
bp_members_screen_change_avatar()
|
Handle the display of the profile Change Avatar page by loading the correct template file.
|
bp-messages/bp-messages-notifications.php:
messages_screen_notification_settings()
|
Render the markup for the Messages section of Settings > Notifications.
|
bp-messages/screens/sentbox.php:
messages_screen_sentbox()
|
Load the Messages > Sent 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/screens/notices.php:
messages_screen_notices()
|
Load the Messages > Notices screen.
|
bp-groups/classes/class-bp-groups-component.php:
BP_Groups_Component::setup_canonical_stack()
|
Set up canonical stack for this component.
|
bp-groups/screens/single/admin.php:
groups_screen_group_admin()
|
Handle the display of a group’s Admin pages.
|
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.
|