• Hello,

    I am needing to have a year tag available when generating the email template. Basically it would be to integrate this code in the comment-reply-email.php file:

    $currentYear = date('Y');
    $mailContent = str_replace('[year]', $currentYear, $mailContent);

    Just below line 219:

    $mailContent = $this->options['mail_message'];

    I hope you can help me and thank you.

  • The topic ‘Include year tag’ is closed to new replies.