Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Last active January 26, 2018 02:40
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/d6fb957958a73a11f171e5b9c7406938 to your computer and use it in GitHub Desktop.
Save cliffordp/d6fb957958a73a11f171e5b9c7406938 to your computer and use it in GitHub Desktop.
Disable PDF Tickets getting attached to emails
<?php
/**
* Disable PDF Tickets getting attached to emails.
*
* @link https://gist.github.com/cliffordp/d6fb957958a73a11f171e5b9c7406938/edit
* @link https://theeventscalendar.com/extensions/pdf-tickets/
*/
add_filter( 'tribe_ext_pdf_tickets_attach_to_email', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment