Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter agunda

    (@agunda)

    in wp-pro-quiz/lib/view/WpProQuiz_View_FrontQuiz.php insert after

    <?php echo do_shortcode(apply_filters(‘comment_text’, $resultText)); ?>

    this:

    <?php $ausgabe = do_shortcode(apply_filters(‘comment_text’, $resultText)); ?>

    But in which file i send email?

    Thread Starter agunda

    (@agunda)

    Okay, in wp-pro-quiz/lib/controller/WpProQuiz_Controller_Quiz.php
    in line 908:
    wp_mail($userAdress, $userEmail->getSubject(), $msg, $headers);

    But
    wp_mail($userAdress, $userEmail->getSubject(), $resultText, $headers);
    doesn’t work… 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘$resultTextGrade in E-Mail’ is closed to new replies.