File: bp-core/classes/class-bp-core-user.php |
Description |
|---|---|
| BP_Core_User::get_core_userdata() |
Get WordPress user details for a specified user. |
| bp_core_users_by_letter_count_sql |
Filters the SQL used to query for total user count by first letter. |
| bp_core_users_by_letter_sql |
Filters the SQL used to query for users by first letter. |
| BP_Core_User::get_specific_users() |
Get details of specific users from the database. |
| bp_core_get_specific_users_count_sql |
Filter the SQL string used for querying specific user paged results. |
| BP_Core_User |
Fetch data about a BuddyPress user. |
| BP_Core_User::__construct() |
Class constructor. |
| BP_Core_User::populate() |
Populate the instantiated class with data based on the User ID provided. |
| BP_Core_User::populate_extras() |
Populates extra fields such as group and friendship counts. |
| BP_Core_User::get_profile_data() |
Fetch xprofile data for the current user. |