Pro Report Agency e-mail template error

Hi,

I have noticed that when using the Agency e-mail template, the body of the e-mail is not taken from the “E-mail message” field, but from the “Report introduction message” field instead.

I think it must be a bug in the template, as I have done several tests and it always fails. Is there any way to fix it by modifying it? I would like to create a fixed custom template.

Thanks

I found that this section does what I need:


if ( $email_message ) {
$email_message = stripslashes( $email_message );
echo wp_kses_post( wpautop( wptexturize( $email_message ) ) );
}

Thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.