@since: BuddyPress 1.5.0
Description
bp_core_can_edit_settings()

Check whether the logged-in user can edit settings for the displayed user.

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

bp_make_spam_user

Fires at the end of the process spammer process if the user is spam.

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

bp_make_ham_user

Fires at the end of the process spammer process if the user is not spam.

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

make_spam_user

Fires at end of processing spammer in Dashboard if not multisite and user is spam.

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

make_ham_user

Fires at end of processing spammer in Dashboard if not multisite and user is not spam.

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

bp_members_get_user_nicename()

Return the user_nicename for a user based on their user_id.

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

bp_members_get_user_nicename

Filters the user_nicename based on originally provided user ID.

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

bp_members_has_directory()

Check for the existence of a Members directory page.

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

bp_core_define_slugs()

Define the slug constants for the Members component.

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

bp_members_screen_display_profile()

Handle the display of the profile page by loading the correct template file.

Source: bp-members/screens/profile.php:14