Function edd_apply_email_template
Applies the Chosen Email Template
Package: EDD\Emails
Copyright: Copyright (c) 2013, Pippin Williamson
License: GNU Public License
Since: 1.0.8.2
Located at includes/emails/template.php
Copyright: Copyright (c) 2013, Pippin Williamson
License: GNU Public License
Since: 1.0.8.2
Located at includes/emails/template.php
Parameters summary
string |
$body |
The contents of the receipt email |
integer |
$payment_id |
The ID of the payment we are sending a receipt for |
array |
$payment_data |
An array of meta information for the payment |
Return value summary
string
|
$email Formatted email with the template applied |