apply_filters( 'tribe_events_virtual_ticket_email_url', string $virtual_url , TribeEventsVirtualCompatibilityEvent_TicketsWP_Post $event )
Allows filtering the url used in ticket and rsvp emails.
Contents
Parameters
- $virtual_url
-
(string) The virtual url for the ticket and rsvp emails.
- $event
-
(TribeEventsVirtualCompatibilityEvent_TicketsWP_Post) The event post object with properties added by the
tribe_get_eventfunction.
Source
Changelog
| Version | Description |
|---|---|
| 1.7.2 | Introduced. |