apply_filters( 'wootickets_ticket_email_subject', string $subject, WC_Order $ticket )

Allows for filtering the WooCommerce Tickets email subject.


Parameters

$subject

(string) The email subject.

$ticket

(WC_Order) The WC_Order for this ticket purchase.


Top ↑

Source

File: src/Tribe/Commerce/WooCommerce/Email.php