Skip to content

Instantly share code, notes, and snippets.

@joshfeck
Created September 8, 2015 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshfeck/ff986f3e848a2b910c47 to your computer and use it in GitHub Desktop.
Save joshfeck/ff986f3e848a2b910c47 to your computer and use it in GitHub Desktop.
Filter to change the name of the Multi Event Registration cart. Event Espresso 4 + Multi Event Registration
function ee_mer_change_cart_name(){
return 'cart';
}
add_filter( 'FHEE__EED_Multi_Event_Registration__set_definitions__event_cart_name', 'ee_mer_change_cart_name' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment