File: bp-core/classes/class-bp-core-user.php
Description
bp_core_users_by_letter_sql

Filters the SQL used to query for users by first letter.

Source: bp-core/classes/class-bp-core-user.php:523

BP_Core_User::get_specific_users()

Get details of specific users from the database.

Source: bp-core/classes/class-bp-core-user.php:565

bp_core_get_specific_users_count_sql

Filter the SQL string used for querying specific user paged results.

Source: bp-core/classes/class-bp-core-user.php:613

bp_core_user_get_specific_users_count_sql

Filter the SQL string used for querying specific user count results.

Source: bp-core/classes/class-bp-core-user.php:601

bp_core_user_get_specific_users_paged_sql

Filter the SQL string used for querying specific user paged results.

Source: bp-core/classes/class-bp-core-user.php:628

BP_Core_User

Fetch data about a BuddyPress user.

Source: bp-core/classes/class-bp-core-user.php:25

BP_Core_User::__construct()

Class constructor.

Source: bp-core/classes/class-bp-core-user.php:135

BP_Core_User::populate()

Populate the instantiated class with data based on the User ID provided.

Source: bp-core/classes/class-bp-core-user.php:149

BP_Core_User::populate_extras()

Populates extra fields such as group and friendship counts.

Source: bp-core/classes/class-bp-core-user.php:210

BP_Core_User::get_profile_data()

Fetch xprofile data for the current user.

Source: bp-core/classes/class-bp-core-user.php:230