edd_email_template_tags( string $message, array $payment_data, int $payment_id, bool $admin_notice = false )

Email Template Tags


Description Description


Parameters Parameters

$message

(Required) Message with the template tags

$payment_data

(Required) Payment Data

$payment_id

(Required) Payment ID

$admin_notice

(Optional) Whether or not this is a notification email

Default value: false


Top ↑

Return Return

(string) $message Fully formatted message


Top ↑

Source Source

File: includes/emails/template.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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