Warning: This function has been deprecated.
edd_apply_email_template( string $body, int $payment_id, array $payment_data = array() )
Applies the Chosen Email Template
Description Description
Parameters Parameters
- $body
-
(Required) The contents of the receipt email
- $payment_id
-
(Required) The ID of the payment we are sending a receipt for
- $payment_data
-
(Optional) An array of meta information for the payment
Default value: array()
Return Return
(string) $email Formatted email with the template applied
Source Source
File: includes/deprecated-functions.php
Changelog Changelog
Version | Description |
---|---|
2.0 | This function has been deprecated. |
1.0.8.2 | Introduced. |