Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('tribe_events_single_event_before_the_content', 'my_custom_ticketing_form');
- function my_custom_ticketing_form() {
- echo '<p> Replace with the markup for your ticketing form </p>';
- }
Advertisement
Add Comment
Please, Sign In to add comment