Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Last active November 8, 2019 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cliffordp/406d1b9ec611f7caed6602d0d1bc26b7 to your computer and use it in GitHub Desktop.
Save cliffordp/406d1b9ec611f7caed6602d0d1bc26b7 to your computer and use it in GitHub Desktop.
Event Tickets Plus: Remove Attendee Information from ET's Ticket Email.
<?php
/**
* Event Tickets Plus: Remove Attendee Information from ET's Ticket Email.
*
* @see \Tribe__Tickets_Plus__Meta__Render::ticket_email_meta()
*
* @link https://gist.github.com/cliffordp/406d1b9ec611f7caed6602d0d1bc26b7 This snippet.
*/
add_filter( 'tribe_event_tickets_plus_email_meta_fields', '__return_empty_array', 50 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment