Created
June 22, 2016 15:41
-
-
Save cgsmith/c4def5aee3ce5a602da3723c900afdb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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