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.


Parameters

$url

(string)

$ticket_id

(int)

$event_id

(int)


Top ↑

Source

File: src/Tribe/QR.php


Top ↑

Changelog

Changelog
Version Description
4.7.3 Introduced.