Namespaces: global |
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_get_user_last_activity() |
Get the last activity for a given user. |
| bp_last_activity_migrate() |
Migrate last_activity data from the usermeta table to the activity table. |
| 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_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. |