Namespaces: global |
Description |
|---|---|
| bp_core_get_username() |
Return the username for a user based on their user id. |
| bp_members_get_user_nicename() |
Return the user_nicename for a user based on their user_id. |
| bp_core_get_user_email() |
Return the email address for the user based on user ID. |
| bp_get_user_by_nickname() |
Retrieve member info based on nickname. |
| bp_core_get_core_userdata() |
Fetch everything in the wp_users table for a user, without any usermeta. |
| bp_core_get_displayed_userid() |
Return the ID of a user, based on user_login. |
| bp_core_get_userid() |
Return the user ID based on a user’s user_login. |
| bp_core_get_userid_from_nicename() |
Return the user ID based on user_nicename. |
| bp_core_get_userid_from_nickname() |
Return the user ID based on nickname. |
| bp_core_screen_activation() |
Handle the loading of the Activate screen. |