From 424fded5181062cca1845327521e089c5427ebc3 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Mon, 16 Dec 2024 19:13:42 +0200 Subject: [PATCH] Allow testing --- src/class-cf7-extras-integration-tablepress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.