File: bp-members/bp-members-functions.php |
Description |
|---|---|
| bp_core_get_user_email |
Filters the user email for user based on user ID. |
| bp_core_get_username() |
Return the username for a user based on their user id. |
| bp_core_get_username |
Filters the username based on originally provided user ID. |
| 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. |
| bp_core_get_userid_from_nicename() |
Return the user ID based on user_nicename. |
| bp_core_get_userid_from_nicename |
Filters the user ID based on user_nicename. |