Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    There’s a filter containing alle information about the email. If you can detect the mail by subject, content or anything else just return FALSE to disable the template:
    apply_filters( ‘haet_mail_use_template’, $use_template, array($to, $subject, $message, $headers, $attachments) );

    Greetings Haet,
    Love your plugin ??
    Above, you mentioned ‘haet_mail_use_template’
    Is this like ‘foo’ a placeholder for any string you want to intercept?

    Kind Regards,

    Yves

    Hello,
    I’ve written a few examples here to demonstrate how to disable the email template by subject or some keywords in the message body.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude a plugin from HTML Template’ is closed to new replies.