File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_core_ucfirst() |
Multibyte-safe ucfirst() support. |
bp_core_boot_spammer() |
Prevent spammers from logging in. |
bp_core_remove_data() |
Delete last_activity data for the user when the user is deleted. |
bp_core_can_edit_settings() |
Check whether the logged-in user can edit settings for the displayed user. |
bp_core_can_edit_settings |
Filters the status of whether the logged-in user can edit settings for the displayed user or not. |
bp_core_flush_illegal_names() |
Flush illegal names by getting and setting ‘illegal_names’ site option. |
bp_get_user_last_activity() |
Get the last activity for a given 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. |
bp_core_process_spammer_status |
Fires at the end of the process for hanlding spammer status. |