File: bp-members/bp-members-functions.php |
Description |
|---|---|
| bp_core_validate_user_signup() |
Validate a user name and email address when creating a new user. |
| pre_user_login |
Filters the username before being validated. |
| bp_core_get_illegal_names() |
Add BuddyPress-specific items to the illegal_names array. |
| bp_core_deleted_account |
Fires after the deletion of an account. |
| bp_core_delete_avatar_on_user_delete() |
Delete a user’s avatar when the user is deleted. |
| 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. |