Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created October 9, 2013 17:10
Show Gist options
  • Save ckpicker/6904714 to your computer and use it in GitHub Desktop.
Save ckpicker/6904714 to your computer and use it in GitHub Desktop.
Events Calendar 3.1 // Hide all custom meta for an event
add_action('tribe_events_single_event_the_meta_addon','tribe_hide_custom_meta', 100);
function tribe_hide_custom_meta() {
echo "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment