Created
October 16, 2020 10:02
-
-
Save rafsuntaskin/b2a7229aa2cc0af11ab229638797343d to your computer and use it in GitHub Desktop.
Hide default Ticket form for Event Tickets
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_commerce_tickets_form_hook', function ( $hook ) { | |
return 'tribe_random_hook_to_hide_ticket_form'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment