apply_filters( 'tribe_tickets_qr_code_base_url', string $url , int $ticket_id , int $event_id )
Allows filtering the base URL which QR code query args are appended to. Defaults to the site’s home_url() with a trailing slash.
Contents
Parameters
- $url
-
(string)
- $ticket_id
-
(int)
- $event_id
-
(int)
Source
File: src/Tribe/QR.php
Changelog
| Version | Description |
|---|---|
| 4.7.3 | Introduced. |