File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_make_spam_user |
Fires at the end of the process spammer process if the user is spam. |
bp_make_ham_user |
Fires at the end of the process spammer process if the user is not spam. |
bp_core_process_spammer_status |
Fires at the end of the process for hanlding spammer status. |
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_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. |