diff --git a/src/class-cf7-extras-integration-tablepress.php b/src/class-cf7-extras-integration-tablepress.php index b433513..ddd4212 100644 --- a/src/class-cf7-extras-integration-tablepress.php +++ b/src/class-cf7-extras-integration-tablepress.php @@ -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.