Ok, so I’ve successfully added the 2 functions that change the Organizer labels, but I’m noticing one small area that it doesn’t change. It’s so small and minor, but the client will be making these changes in the back end and I just want to eliminate the phone calls. The one place it doesn’t change the label is the ‘Add another organizer’ link being called by this line of code:
protected function render_add_organizer_button() {
printf( '<tfoot><tr><td colspan="2"><a class="tribe-add-organizer" href="#">%s</a></td></tr></tfoot>', __( 'Add another organizer', 'tribe-events-calendar' ) );
}
in the file Organizer_Chooser_Meta_Box.php
I’ve done the obvious of changing organizer to instructor, but know full well it’ll be overwritten if I ever update.
Just wanted to make you aware, thanks guys, awesome plugin!