File: bp-members/bp-members-functions.php |
Description |
---|---|
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. |
bp_is_user_deleted |
Filters whether a user is marked as 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. |
_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_make_spam_user |
Fires at the end of the process spammer process if the user is spam. |