Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: calling specific profile fields individually


Roland Fauster
Participant

@rfauster

I wanted to do the same thing as h4x3d and tried his dirty trick which works..

Anyhow here is how I did it (dunno if this is less dirty)

$platforms = xprofile_get_field_data('Plattformen');
$data = xprofile_format_profile_field('checkbox', $platforms);
echo $data;

Skip to toolbar