Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created May 22, 2014 13:04
Show Gist options
  • Select an option

  • Save ckpicker/47fa86391773ddb563bd to your computer and use it in GitHub Desktop.

Select an option

Save ckpicker/47fa86391773ddb563bd to your computer and use it in GitHub Desktop.
Events Calendar 3.5 // Hide Organizer from Single Event Meta
function hide_event_organizer_meta(){
tribe_set_the_meta_visibility( 'tribe_event_organizer', false, 'meta_group' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment