Namespaces: global |
Description |
|---|---|
| bp_core_signup_user() |
Process data submitted at user registration and convert to a signup object. |
| bp_core_signup_blog() |
Create a blog and user based on data supplied at user registration. |
| bp_core_get_illegal_names() |
Add BuddyPress-specific items to the illegal_names array. |
| 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. |
| bp_core_remove_data() |
Delete last_activity data for the user when the user is deleted. |