Skip to content

Instantly share code, notes, and snippets.

@cgsmith
Created June 22, 2016 15:41
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 cgsmith/c4def5aee3ce5a602da3723c900afdb6 to your computer and use it in GitHub Desktop.
Save cgsmith/c4def5aee3ce5a602da3723c900afdb6 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'register_taxonomy_args', 'wp_event_calendar_types_metabox_cb', 10, 2 );
add_filter( 'wp_terms_checklist_args', 'wp_event_calendar_radio_walker', 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment