File: bp-members/bp-members-functions.php |
Description |
---|---|
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. |
bp_core_remove_data() |
Delete last_activity data for the user when the user is deleted. |
bp_is_user_active() |
Check whether a user is “active”, ie neither deleted nor spammer. |
bp_is_user_inactive() |
Check whether user is not active. |
bp_update_user_last_activity() |
Update a user’s last activity. |