Viewing 1 replies (of 1 total)
  • Plugin Author useStrict

    (@usestrict)

    Hi jmolenaar,

    Sorry for the late reply. You can hook into the following filters:

    $email_subject = apply_filters( 'bbpnns_filter_email_subject_in_build', $email_subject, $type, $post_id );
    $email_body    = apply_filters( 'bbpnns_filter_email_body_in_build', $email_body, $type, $post_id );

    There you’ll be able to change whatever you want in the subject and body, respectively.

    Cheers,
    Vinny

Viewing 1 replies (of 1 total)
  • The topic ‘Reply’ is closed to new replies.