Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: users’ email address


ardentfrost
Member

@ardentfrost

do something like this:

$result = get_profile_info_keys();

foreach ($result as $key => $label ) {

if ( $key == 'user_email' )

echo $label;

}

That needs to have some way to pull in the user you’re trying to get though… hmm. It should be close though.

Skip to toolbar