Support

Account

Home Forums Front-end Issues getting specific value from user type field Reply To: getting specific value from user type field

  • Okay. Im stupid. I just…:

    ?php
    $array = get_field('promotor');
    print_r($array['display_name']);
       

    and it works.
    Its all because user field is array, so it cant be used with echo.
    I think you should delete this post. Im sorri!