Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @gwmbox

    Here is example of how you can display a custom filed data (e.g. custom filed gender)

    $user_id = um_user('ID');
    um_fetch_user( $user_id );
    $gender_value = um_user('gender');
    echo $gender_value;

    Thanks

    Thread Starter GregW

    (@gwmbox)

    Thanks I will give that a try ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Code to display a custom field?’ is closed to new replies.