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 Edit 'Add more attendees' text | Event Espresso - Staging Server
Other than that, then it’s actually a function edit main.php event_espresso_additional_attendees.
It is a pluggable function so you could copy the function ot a custom_functions.php file in the uploads/espresso folder or to a custom plugin and edit it there.
Hey thanks Dean – the custom_fuctions.php file sound interesting to me – I have created a custom_functions.php file with the edited event_espresso_additional_attendees function in it. Where exactly do i put it in the uploads espresso folder? I tried copying the structure of the plugin so I put it in uploads/espresso/includes/functions but no joy…
You can add the code to one of the following:
1 – Your theme’s functions.php file. It may get overwritten the next time you update your theme.
2 – The EE custom files add-on in the custom_functions.php file.(uploads/espresso/custom_functions.php)
3 – Use this blank plugin to hold the custom function.
This is driving me nuts – not sure what I am doing wrong.
I won’t have any issues with the theme being updated as it is my own theme but either way, I can not get the text to change even if I call the desired function in my themes functions.php or in a file called custom_functions.php in uploads/espresso.
Do I have to let event espresso know that the function is to be called from uploads/espresso instead of the normal location?
Have you tried clearing your browser and/or file cache (if using a cache plugin)?
Viewing 6 reply threads
The support post ‘Edit 'Add more attendees' text’ 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.