Support

Account

Home Forums General Issues Field type user output Reply To: Field type user output

  • Hi @lsbwebdesign

    Well, it is pretty simple.

    If the field is on an options page, You have to pass 'option' for the post_id parameter as explained in the docs. This should work:

    $username = get_user_field('user_field_name', 'option');