Support

Account

Home Forums ACF PRO Multiple Select Reply To: Multiple Select

  • A multi select field stores an array

    
    $fruit = get_field('fruit');
    if (in_array('apples'), $fruit)) {
      echo 'Apples';
    }