Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Created September 1, 2014 19:02
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 BeardedGinger/9ca5a2d13bcc777a5689 to your computer and use it in GitHub Desktop.
Save BeardedGinger/9ca5a2d13bcc777a5689 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'tribe_get_organizer_label_plural', 'change_organizer_label' );
function change_organizer_label() {
return 'Instructors';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment