Skip to content

Commit

Permalink
Allow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 16, 2024
1 parent 01dce43 commit 424fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-cf7-extras-integration-tablepress.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function store_submission_in_tablepress( $contact_form ) {
}
}

private function get_data_for_table( $table, $form_data ) {
public function get_data_for_table( $table, $form_data ) {
$header_row = array_map( 'trim', current( $table['data'] ) );

// Get the column index for each header value.
Expand Down

0 comments on commit 424fded

Please sign in to comment.