File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_core_signup_send_activation_key |
Filters if BuddyPress should send an activation key for a new signup. |
bp_core_signup_user |
Fires at the end of the process to sign up a user. |
bp_core_get_illegal_names() |
Add BuddyPress-specific items to the illegal_names array. |
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_get_user_last_activity |
Filters 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. |