From fd726e0eb371d052d591bf2fbeb01212118dee45 Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 26 Aug 2024 16:40:40 +0200 Subject: [PATCH] wait #7041 --- wp-content/mu-plugins/cube/src/Forms/Base.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-content/mu-plugins/cube/src/Forms/Base.php b/wp-content/mu-plugins/cube/src/Forms/Base.php index 69c1936..f88a137 100644 --- a/wp-content/mu-plugins/cube/src/Forms/Base.php +++ b/wp-content/mu-plugins/cube/src/Forms/Base.php @@ -249,7 +249,6 @@ class Base // Gather filled fields into label/value pairs foreach ($this->fields as $field_name => $field) { - dump($field_name,$field); if ($value = $this->get_data($field_name)) { $data[$field->get_title()] = $value; } -- 2.39.5