Support

Home Forums Event Espresso Premium Change event list url

Change event list url

Posted: January 29, 2024 at 8:47 am


mangowp

January 29, 2024 at 8:47 am

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


Tony

  • Support Staff

January 29, 2024 at 9:10 am

Hi there,

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?

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.

Event Espresso