Hi Emanuel,
If it’s in a template, these can be copied over to /wp-content/uploads/espresso/templates. There is more information in this guide: https://eventespresso.com/wiki/put-custom-templates/
Note that some templates need to be copied over in pairs. For example, if you make a change to event_list_display.php, you’ll need to copy over it’s counterpart event_list.php. Also please note that if we need to make a change to a template in version of Event Espresso, you’ll need to copy this change into your custom template to stay current with the plugin.
We recommend using Diffmerge to help merge changes into custom templates.
If it’s in a pluggable function, the modified function can be copied over to the custom_functions.php file that is included with the custom files add-on. See the readme.txt file in the custom files add-on for more info.
pluggable functions start with: if (!function_exists('function_name')) {
The support post ‘custom functions’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.