How to get the logged in user\'s email address.
-
How do you display the user’s email address? This is the code I have but it doesn’t work.
`global $bp;`
function bp_member_user_email() {
echo $bp->bp_get_member_user_email();
}$bp->bp_member_user_email();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to get the logged in user\'s email address.’ is closed to new replies.