Methods
1 to 13 of 13
- BP_Core_User::__construct() – Class constructor.
- BP_Core_User::delete_last_activity() – Delete a user’s last_activity value.
- BP_Core_User::get_core_userdata() – Get WordPress user details for a specified user.
- BP_Core_User::get_last_activity() – Get last activity data for a user or set of users.
- BP_Core_User::get_profile_data() – Fetch xprofile data for the current user.
- BP_Core_User::get_specific_users() – Get details of specific users from the database.
- BP_Core_User::get_user_extras() – Fetch extra user information, such as friend count and last profile update message.
- BP_Core_User::get_users_by_letter() – Fetch the details for all users whose usernames start with the given letter.
- BP_Core_User::get_users() – Get a list of users that match the query parameters.
- BP_Core_User::populate_extras() – Populates extra fields such as group and friendship counts.
- BP_Core_User::populate() – Populate the instantiated class with data based on the User ID provided.
- BP_Core_User::search_users() – Find users who match on the value of an xprofile data.
- BP_Core_User::update_last_activity() – Set a user’s last_activity value.