Support

Account

Home Forums General Issues Get the select options to ass them into html Reply To: Get the select options to ass them into html

  • $filtres_articles = get_field_object(‘filtres_articles’);
    foreach ($filtres_articles[‘sub_fields’][0][‘choices’] as $choice_key => $choice_value) {

    I did it by getting the field object and then choices of every filters type.