Support

Account

Home Forums General Issues Get Field Group values(?) from Choices Reply To: Get Field Group values(?) from Choices

  • Was able to figure this out:

    $choice_field= get_field('my_field_name');
    
    $field['choices'][$choice_field[0]]

    Gives me what i need,