Change header confirmation email to attendee/submitter

WordPress Event Management, Calendars & Registration Forums General Question Change header confirmation email to attendee/submitter

This topic contains 2 replies, has 2 voices, and was last updated by  Alex Hofstra 8 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23044

    Hi,

    We use event organizer for organising workshops and so on and no payment is needed. Our language is Dutch.
    The mail to the attendee or submitter has a subject like “Dank u voor uw boeking” (in dutch) what
    is incorrect in our case. It should be something like “U bent succesvol aangemeld” How can I change this header?
    this header?

    I browsed this forum and I only came across a way to change the confirmation emails to the admin.
    Thanks for your effort! (I like this event organizer al lot 🙂 )

    Alex Hofstra
    #23048

    Hi Alex,

    The following snippet can change the subject:

    add_filter('eventorganiser_booking_confirmed_email_subject', function( $subject ) {
        return 'U bent succesvol aangemeld';
    } );
    

    That snippet should really go in a site utility plug-in, but will also work in a theme’s functions.php.

    Stephen Harris
    #23069

    Thanks Stephen, works like a charm 🙂

    Alex Hofstra
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.