File: bp-members/bp-members-functions.php |
Description |
|---|---|
| bp_members_get_user_nicename |
Filters the user_nicename based on originally provided user ID. |
| bp_core_get_user_email() |
Return the email address for the user based on user ID. |
| bp_core_get_user_email |
Filters the user email for user based on user ID. |
| bp_core_get_userid_from_nickname() |
Return the user ID based on nickname. |
| 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_core_userdata |
Filters the userdata for a passed user. |
| 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 |
Filters the ID of a user, based on user_login. |