Forums
-
- Forum
- Posts
-
- Installation
- 28,406
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,945
- Showcase
- 3,254
-
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.