// E-Mail-Template: Kein Header, grosse Schrift, gut lesbar add_filter('wpforms_email_message', function($message, $notifications) { // Felder aus dem WPForms-HTML extrahieren preg_match_all('/(.*?)<\/strong>
(.*?)(?=|$)/s', $message, $matches); $fields_html = ''; if (!empty($matches[1])) { foreach ($matches[1] as $i => $label) { $value = isset($matches[2][$i]) ? trim(strip_tags($matches[2][$i])) : ''; if (empty($value)) continue; $fields_html .= '
'; $fields_html .= '
' . esc_html(trim($label)) . '
'; $fields_html .= '
' . nl2br(esc_html($value)) . '
'; $fields_html .= '
'; } } if (empty($fields_html)) { $fields_html = '
' . $message . '
'; } $new_message = '
' . $fields_html . '
Diese E-Mail wurde automatisch von Malerbetrieb Mitte gesendet.
'; return $new_message; }, 10, 2); https://malerbetrieb-mitte.de/post-sitemap.xml 2026-05-25T20:13:30+00:00 https://malerbetrieb-mitte.de/page-sitemap.xml 2026-05-22T06:01:52+00:00