I am needing to update the event list url when someone wants to return to the event list by clicking the button ” Return to Event List”.
Currently it goes to an old page that is no longer and removed.
I looked at the documentation and the form I just do see it, as it says to
change URL to go back to event list
FHEE__EED_Multi_Event_Registration__set_definitions__events_list_url
example usage to change the event list button to redirect to a calendar page:
function ee_mer_change_event_list_url(){
return ‘https://yoursite.com/calendar’;
}
add_filter( ‘FHEE__EED_Multi_Event_Registration__set_definitions__events_list_url’, ‘ee_mer_change_event_list_url’ );
view rawchange_event_list_url.php hosted with ❤ by GitHub
Currently it goes to an old page that is no longer and removed.
So has someone changed the URL previously?
The reason I ask is EE links you back to an automatically generated output, its not a ‘page’ as such. So unless someone has changed this previously something more is happening here.
Can you post a link to an event I can view this on?
Viewing 1 reply thread
The support post ‘Change event list url’ 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.