apply_filters( 'tec_tickets_emails_template_args', array $args, string $id, string $template, TECTicketsEmailsEmail_Abstract $this )

Allow filtering the template context globally.


Parameters

$args

(array) The email arguments.

$id

(string) The email id.

$template

(string) Template name.

$this

(TECTicketsEmailsEmail_Abstract) The email object.


Top ↑

Source

File: src/Tickets/Emails/Email_Abstract.php


Top ↑

Changelog

Changelog
Version Description
5.5.11 Introduced.