apply_filters( 'tribe_tickets_email_ticket_image', bool|string $header_img , int $header_id , array $ticket )
Filters the ticket image that will be included in the tickets email
Contents
Parameters
- $header_img
-
(bool|string) False or header image src
- $header_id
-
(int) Parent post ticket header image ID if set
- $ticket
-
(array) Ticket information
Source
Changelog
| Version | Description |
|---|---|
| 4.7.6 | Introduced. |