Last active
September 26, 2016 06:54
-
-
Save stevenkword/79ce390b0796cb0eb89790400d373c9c 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 | |
register_taxonomy( 'genre', 'book', array( | |
'label' => __( 'Genre' ), | |
'public' => false, | |
'rewrite' => false, | |
'hierarchical' => true, | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment