File: bp-members/bp-members-functions.php |
Description |
---|---|
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. |
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_is_user_spammer() |
Check whether a user has been marked as a spammer. |
bp_is_user_spammer |
Filters whether a user is marked as a spammer. |
bp_is_user_deleted() |
Check whether a user has been marked as deleted. |