Support

Account

Home Forums General Issues User field type Reply To: User field type

  • The array it returns is the same as the array returned by the_author_meta. Thus, you can get any of the info stored therein (see Parameters on the linked page).

    First store the array as a variable, then select the ID.

    $select_staff = the_sub_field('select_staff');
    $select_staff_id = $select_staff('ID');