Lines:
1 to 16 of 16
<?php // (C) Copyright Bobbing Wide 2013, 2023 /* function bw_replace_fields() – Perform symbolic substitution of the fields in the body */ /* function bw_get_email_subject() – Return the subject of the email */ /* function bw_get_email_default() – Return a default email message */ /* function bw_get_email_message() – Build the email message */ /* function bw_get_email_headers() – Set the email headers for the wp_mail() call */ /* function bw_send_email() – Build and send an email with fields substituted by default */View on GitHub View on Trac