File: bp-members/bp-members-functions.php |
Description |
|---|---|
| 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_core_can_edit_settings() |
Check whether the logged-in user can edit settings for the displayed user. |
| bp_core_can_edit_settings |
Filters the status of whether the logged-in user can edit settings for the displayed user or not. |
| bp_update_user_last_activity() |
Update a user’s last activity. |
| _bp_get_user_meta_last_activity_warning() |
Backward compatibility for ‘last_activity’ usermeta fetching. |
| _bp_update_user_meta_last_activity_warning() |
Backward compatibility for ‘last_activity’ usermeta setting. |