Skip to content

Instantly share code, notes, and snippets.

@rafsuntaskin
Created September 25, 2021 07:48
Show Gist options
  • Save rafsuntaskin/b8540a28a3a972b81786c2a674443b6a to your computer and use it in GitHub Desktop.
Save rafsuntaskin/b8540a28a3a972b81786c2a674443b6a to your computer and use it in GitHub Desktop.
QR Code ticket URL conflict Fix - A
<?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