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


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


Top ↑

Source

File: src/views/tickets/email.php


Top ↑

Changelog

Changelog
Version Description
4.7.6 Introduced.