apply_filters( 'tec_events_virtual_ticket_email_url', string $virtual_url, WP_Post $event )

Allows filtering the url used in ticket and rsvp emails.


Parameters

$virtual_url

(string) The virtual url for the ticket and rsvp emails.

$event

(WP_Post) The event post object with properties added by the tribe_get_event function.


Top ↑

Source

File: src/Events_Virtual/Integrations/Plugins/Tickets_Wallet_Plus/Passes/Pdf.php


Top ↑

Changelog

Changelog
Version Description
1.15.0 Introduced.