Skip to content

Commit

Permalink
store repeated row number
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Nov 29, 2023
1 parent 2627f56 commit d27d16b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/class-frontend-form-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,8 @@ public static function update_post_meta( $meta_vars, $post_id ) {
update_post_meta( $post_id, '_' . $key, uniqid( 'field_' ) );
}
}

update_post_meta( $post_id, $parent, $row_number );
}
}

Expand Down

0 comments on commit d27d16b

Please sign in to comment.