Created
September 25, 2021 07:48
-
-
Save rafsuntaskin/b8540a28a3a972b81786c2a674443b6a to your computer and use it in GitHub Desktop.
QR Code ticket URL conflict Fix - A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'tribe_tickets_qr_code_base_url', function( $url ) { | |
return site_url( '/' ); | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment