Skip to content

Instantly share code, notes, and snippets.

@rafsuntaskin
Created October 16, 2020 10:02
Show Gist options
  • Save rafsuntaskin/b2a7229aa2cc0af11ab229638797343d to your computer and use it in GitHub Desktop.
Save rafsuntaskin/b2a7229aa2cc0af11ab229638797343d to your computer and use it in GitHub Desktop.
Hide default Ticket form for Event Tickets
<?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