Skip to content

Instantly share code, notes, and snippets.

@erishel
Created May 12, 2018 23:21
Show Gist options
  • Save erishel/0953919669ef2b727ba63e134b9fed6d to your computer and use it in GitHub Desktop.
Save erishel/0953919669ef2b727ba63e134b9fed6d to your computer and use it in GitHub Desktop.
//Add to functions.php
add_filter( 'tribe_get_events_title', 'change_month_title_wording' );
function change_month_title_wording( $title ) {
return str_replace( 'Events for', '', $title );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment