Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Subject email registration confirmation | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Subject email registration confirmation

Subject email registration confirmation

Posted: February 23, 2014 at 10:20 am

Viewing 1 reply thread


federico bertaina

February 23, 2014 at 10:20 am

Hi,
can i change the subject of the mail sent from EE to admin for registration confirmation from:
“Event title – registration confirmation”
to: “attendee id – registration confirmation”

thanks


Anonymous

February 24, 2014 at 4:22 am

Hi Federico,

With EE3 this would require a core customisation to a function that is not pluggable

Meaning this would be lost after each Event Espresso update and as such we generally advise against it & can not support them.

The file you need to edit is event-espresso/includes/functions/email.php line 295

$data->email_subject = !$data->multi_reg ? $data->event->event_name : $org_options['organization'] . __(' registration confirmation', 'event_espresso');

Changing

$data->event->event_name

to

$data->attendee->registration_id

Gives you the registration id.

How you construct the subject depends on what output you would like to use based on whether or not the registration is part of a multiple registration ($multi_reg) or not.

Viewing 1 reply thread

The support post ‘Subject email registration confirmation’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server