Skip to content

Instantly share code, notes, and snippets.

@neillmcshea
Created August 16, 2013 23:49
Show Gist options
  • Save neillmcshea/6254480 to your computer and use it in GitHub Desktop.
Save neillmcshea/6254480 to your computer and use it in GitHub Desktop.
Hook for tribe_events_single_event_meta_templates - to be used in functions.php in conjunction with TEC plugin.
$meta_group_templates = apply_filters('tribe_events_single_event_meta_group_templates', array(
'before'=>'<div class="%s">',
'after'=>'</div>',
'label_before'=>'<h3 class="%s">',
'label_after'=>'</h3>',
'meta_before'=>'<dl>',
'meta_after'=>'</dl>'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment