Skip to content

Instantly share code, notes, and snippets.

@skyshab
Created July 27, 2021 18:35
Show Gist options
  • Save skyshab/6e2cecd2d5fd99682a8d67a6d664536b to your computer and use it in GitHub Desktop.
Save skyshab/6e2cecd2d5fd99682a8d67a6d664536b to your computer and use it in GitHub Desktop.
Prevent RSVPs from sending a ticket email
<?php
// Prevent RSVPs from being sent
add_filter( 'tribe_tickets_rsvp_tickets_to_send', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment