Limit to one RSVP in Events Tickets on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'tribe_tickets_get_ticket_max_purchase', function() { return 1; } );
Limit to one RSVP in Events Tickets on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'tribe_tickets_get_ticket_max_purchase', function() { return 1; } );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.