apply_filters( 'tec_tickets_emails_template_args', array $args , string $id , string $template , TECTicketsEmailsEmail_Abstract $this )
Allow filtering the template context globally.
Contents
Parameters
- $args
-
(array) The email arguments.
- $id
-
(string) The email id.
- $template
-
(string) Template name.
- $this
-
(TECTicketsEmailsEmail_Abstract) The email object.
Source
Changelog
| Version | Description |
|---|---|
| 5.5.11 | Introduced. |