File: bp-members/bp-members-functions.php |
Description |
---|---|
bp_is_user_active() |
Check whether a user is “active”, ie neither deleted nor spammer. |
bp_core_process_spammer_status() |
Process a spammed or unspammed user. |
make_spam_user |
Fires at end of processing spammer in Dashboard if not multisite and user is spam. |
make_ham_user |
Fires at end of processing spammer in Dashboard if not multisite and user is not spam. |
bp_core_get_total_member_count |
Filters the total number of members for the installation. |
bp_core_get_active_member_count() |
Return the total number of members, limited to those members with last_activity. |
bp_core_get_active_member_count |
Filters the total number of members for the installation limited to those with last_activity. |
bp_core_get_userlink() |
Return a HTML formatted link for a user with the user’s full name as the link text. |
bp_core_get_userlink |
Filters the link text for the passed in user. |
bp_core_get_user_displaynames() |
Fetch the display name for a group of users. |