Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Display email on profilepage

@nuprn1

Participant

for a displayed user – stored in `$bp->displayed_user->userdata` (bp automagically pulls in the userdata from bp_core_get_core_userdata during setup_globals)

so for the email address `$bp->displayed_user->userdata->user_email` just create a function around that to echo and hook on an action (ie, `bp_before_member_header_meta` ) used in the member profile template

Skip to toolbar