Adding Message content on email sent
-
I had this line in my
fep-email-class.php
(ver:3.3) to add the message content to the email sent and it worked great.
$message .= sprintf(__("Message: %s", 'front-end-pm'), wordwrap($mgs['message_content'], 70 ) ). "\r\n";
Now with the new update(4.1) I added that code to
class-fep-email.php
but I get the message field blank in the email sent after updating to 4.1
What is the new code to get the message content shown in the email sent?
Thanks for your help and for the great plugin.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding Message content on email sent’ is closed to new replies.