id; $fields = NULL; $nesting_arg = 0; // $sub_field_indent_count = $this->indent_count + ACFTC_Core::$indent_repeater; $sub_field_indent_count = ACFTC_Core::$indent_repeater; $field_location = ''; $group_field_group = new ACFTC_Group( $field_group_id, $fields, $nesting_arg + 1, $sub_field_indent_count, $field_location ); // If group field has sub fields if ( !empty( $group_field_group->fields ) ) { echo $this->indent . htmlspecialchars("name ."'". $this->location . " ) ) : ?>")."\n"; echo $this->indent . htmlspecialchars(" name ."'". $this->location . " ) ) : the_row(); ?>")."\n"; $group_field_group->render_field_group(); echo $this->indent . htmlspecialchars(" ")."\n"; echo $this->indent . htmlspecialchars("")."\n"; } // Group field has no sub fields else { echo $this->indent . htmlspecialchars("name . "' has no sub fields ?>")."\n"; }