File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_members_add_role_after_activation() |
Add default WordPress role for new signups on the BP root blog. |
bp_core_validate_email_address() |
Check that an email address is valid for use. |
bp_core_get_illegal_names() |
Add BuddyPress-specific items to the illegal_names array. |
bp_core_get_all_posts_for_user() |
Fetch every post that is authored by the given user for the current blog. |
bp_core_delete_account() |
Process account deletion requests. |
bp_core_pre_delete_account |
Fires before the processing of an account deletion. |
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. |