apply_filters( 'tribe_tickets_plus_qr_handle_redirects', string $url , int $event_id , int $ticket_id , bool $user_had_access )
Filters the redirect URL if the user can access the QR checkin
Contents
Parameters
- $url
-
(string) URL to redirect to, gets escaped upstream
- $event_id
-
(int) Event Post ID
- $ticket_id
-
(int) Ticket Post ID
- $user_had_access
-
(bool) Whether or not the logged-in user has permission to perform check ins
Source
File: src/Tribe/QR.php