Support

Account

Home Forums General Issues Get main group from sub clone field Reply To: Get main group from sub clone field

  • I’m not sure you can do this at all. I don’t use cloned field much. But I would start by getting the parent field and see where that leads me

    
    $parent = get_field($field['parent'], $post_id);
    echo '<pre>'; print_r($parent); echo '</pre>';