Support

Account

Home Forums Front-end Issues Get taxonomy list from acf value Reply To: Get taxonomy list from acf value

  • Thnx for the advice

    if i change

    $value = get_field(‘shop_options’, ‘shops_’.$term->term_id);

    to

    $value = implode(‘, ‘, get_field(‘shop_options’, ‘shops_’.$term->term_id));

    it works