apply_filters( "tec_tickets_emails_{$this->slug}_settings", array $settings, string $id, TECTicketsEmailsEmail_Abstract $this )

Allow filtering the settings for this email.


Parameters

$settings

(array) The settings array.

$id

(string) Email ID.

$this

(TECTicketsEmailsEmail_Abstract) The email object.


Top ↑

Source

File: src/Tickets/Emails/Email_Abstract.php


Top ↑

Changelog

Changelog
Version Description
5.5.10 Introduced.