From 1251f097bcca1165691ce7ae7256b1614fd633d0 Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Sat, 4 Jan 2025 09:15:31 +0200 Subject: [PATCH] Remove helper function swpm_plugin_issetor() --- send-wp-mail.php | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/send-wp-mail.php b/send-wp-mail.php index 86c8c5a..10b3ba8 100644 --- a/send-wp-mail.php +++ b/send-wp-mail.php @@ -167,7 +167,7 @@ function swpm_plugin_main() { -
+
+ "200" ); - wp_editor( swpm_plugin_issetor($email_body), "email_body", $settings ); + wp_editor( $email_body ?? '', "email_body", $settings ); ?> @@ -240,16 +240,3 @@ function swpm_plugin_main() {