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() {