File: bp-core/classes/class-bp-core-user.php |
Description |
---|---|
BP_Core_User::get_last_activity() |
Get last activity data for a user or set of users. |
BP_Core_User::update_last_activity() |
Set a user’s last_activity value. |
bp_core_user_updated_last_activity |
Fires when a user’s last_activity value has been updated. |
BP_Core_User::delete_last_activity() |
Delete a user’s last_activity value. |
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_get_specific_users_count_sql |
Filter the SQL string used for querying specific user count results. |
bp_core_user_get_specific_users_paged_sql |
Filter the SQL string used for querying specific user paged results. |
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. |