Skip to content

Instantly share code, notes, and snippets.

@joshfeck
Last active March 20, 2019 15:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshfeck/e51ac13a3d9fd345ad40 to your computer and use it in GitHub Desktop.
Save joshfeck/e51ac13a3d9fd345ad40 to your computer and use it in GitHub Desktop.
Filter to change the URL for the "Back to List" button from the Multi Event Registration cart. Event Espresso 4 + Multi Event Registration
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' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment