File: bp-core/classes/class-bp-core-user.php |
Description |
---|---|
BP_Core_User::search_users() |
Find users who match on the value of an xprofile data. |
bp_core_search_users_count_sql |
Filters the SQL used to query for searched users count. |
bp_core_search_users_sql |
Filters the SQL used to query for searched users. |
BP_Core_User::get_user_extras() |
Fetch extra user information, such as friend count and last profile update message. |
BP_Core_User::get_core_userdata() |
Get WordPress user details for a specified user. |
BP_Core_User::get_profile_data() |
Fetch xprofile data for the current user. |
BP_Core_User::get_users() |
Get a list of users that match the query parameters. |
bp_core_get_paged_users_sql |
Filters the SQL used to query for paged users. |
bp_core_get_total_users_sql |
Filters the SQL used to query for total users. |
BP_Core_User::get_users_by_letter() |
Fetch the details for all users whose usernames start with the given letter. |