Tickets Email – Change Subject Post date Home › Forums › Ticket Products › Event Tickets Plus › Tickets Email – Change Subject This topic has 3 replies, 2 voices, and was last updated 9 years, 12 months ago by George. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 26, 2016 at 5:47 am #1107035 VivianneParticipant Hi! I tried to modify the subject line of the tickets email which is being sent with the code of this thread: Change email subject line But it doesn´t have any effect of the subject line. It still says “Your tickets from ….”. How can I change it? I am using Events Tickets Plus with Events Calendar Pro and WooCommerce. Greetings Vivianne April 26, 2016 at 9:29 am #1107154 GeorgeParticipant Hey Vivianne, Thanks for reaching out. That subject should work for RSVPs without issue, but since you’re using Event Tickets Plus and thus premium tickets in addition to RSVPs, you would need to add code to your theme’s functions.php file like this: add_filter( 'wootickets_ticket_email_subject', 'new_example_subject' ); function new_example_subject( $subject ) { return 'This is the new subject!'; } I hope that helps! George April 28, 2016 at 4:15 am #1108123 VivianneParticipant Thanks a lot! Now it works perfectly! 🙂 April 28, 2016 at 4:58 pm #1108528 GeorgeParticipant Nice! 😀 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘Tickets Email – Change Subject’ is closed to new replies. → Please verify your API key is correctly entered on the settings