diff --git a/includes/class-haet-mail.php b/includes/class-haet-mail.php index 95c65ac..126073b 100644 --- a/includes/class-haet-mail.php +++ b/includes/class-haet-mail.php @@ -831,7 +831,7 @@ public function get_template($options){ $value=($value==1?'underline':'none'); $template = str_replace('###'.$option.'###', $value, $template); } - return $template; + return do_shortcode($template); } @@ -1056,4 +1056,4 @@ function Haet_Mail() Haet_Mail(); -?> \ No newline at end of file +?>