Created
July 27, 2021 18:35
-
-
Save skyshab/6e2cecd2d5fd99682a8d67a6d664536b to your computer and use it in GitHub Desktop.
Prevent RSVPs from sending a ticket email
This file contains 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 | |
// 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