Support

Account

Home Forums Add-ons Repeater Field Repeater field returns string Reply To: Repeater field returns string

  • what is the output if you do this

    
    $post_object = get_field('featured_project', $taxonomy.'_'.$term_id);
    if ($post_object) {
      print_r(get_field('project_images', $post_object));
    }