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

Filter the placeholders for the particular email.


Parameters

$placeholders

(array) The placeholders.

$id

(string) The 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.