edd_get_email_templates()
Gets all the email templates that have been registerd. The list is extendable and more templates can be added.
Description Description
As of 2.0, this is simply a wrapper to EDD_Email_Templates->get_templates()
Return Return
(array) $templates All the registered email templates
Source Source
File: includes/emails/template.php
Changelog Changelog
Version | Description |
---|---|
1.0.8.2 | Introduced. |