Namespaces: global |
Description |
|---|---|
| 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_flush_illegal_names() |
Flush illegal names by getting and setting ‘illegal_names’ site option. |
| 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. |
| bp_core_mark_user_spam_admin() |
Hook to WP’s make_spam_user and run our custom BP spam functions. |
| bp_core_mark_user_ham_admin() |
Hook to WP’s make_ham_user and run our custom BP spam functions. |
| bp_is_user_spammer() |
Check whether a user has been marked as a spammer. |
| bp_is_user_deleted() |
Check whether a user has been marked as deleted. |