apply_filters( "tec_tickets_emails_{$this->slug}_settings", array $settings , string $id , TECTicketsEmailsEmail_Abstract $this )
Allow filtering the settings for this email.
Contents
Parameters
- $settings
-
(array) The settings array.
- $id
-
(string) Email ID.
- $this
-
(TECTicketsEmailsEmail_Abstract) The email object.
Source
Changelog
| Version | Description |
|---|---|
| 5.5.10 | Introduced. |