<?php // (C) Copyright Bobbing Wide 2013 /* function oiku_replace_fields() – Perform symbolic substitution of the fields in the body */ /* function oiku_get_email_subject() – Return the subject of the email */ /* function oiku_get_email_default() – Return a default email message for double opt-in */ /* function oiku_get_email_message() – Build the email message */ /* function oiku_get_email_headers() – Set the email headers for the wp_mail() call */ /* function oiku_send_email() – Build and send an email with fields substituted by default */View on GitHub