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()


Top ↑

Return Return

(string) $email Formatted email with the template applied


Top ↑

Source Source

File: includes/deprecated-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.0 This function has been deprecated.
1.0.8.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.