@since: BuddyPress 1.5.0 |
Description |
---|---|
bp_core_can_edit_settings() |
Check whether the logged-in user can edit settings for the displayed user. |
bp_make_spam_user |
Fires at the end of the process spammer process if the user is spam. |
bp_make_ham_user |
Fires at the end of the process spammer process if the user is not spam. |
make_spam_user |
Fires at end of processing spammer in Dashboard if not multisite and user is spam. |
make_ham_user |
Fires at end of processing spammer in Dashboard if not multisite and user is not spam. |
bp_members_get_user_nicename() |
Return the user_nicename for a user based on their user_id. |
bp_members_get_user_nicename |
Filters the user_nicename based on originally provided user ID. |
bp_members_has_directory() |
Check for the existence of a Members directory page. |
bp_core_define_slugs() |
Define the slug constants for the Members component. |
bp_members_screen_display_profile() |
Handle the display of the profile page by loading the correct template file. |