From: soufiane Date: Mon, 26 Aug 2024 14:40:40 +0000 (+0200) Subject: wait #7041 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fd726e0eb371d052d591bf2fbeb01212118dee45;p=ccv-wordpress.git wait #7041 --- 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; }