Created
February 12, 2015 11:40
-
-
Save rachelmccollin/f19b193cc8b1147c0b52 to your computer and use it in GitHub Desktop.
WPMU DEV snippets
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
function wpmudev_register_taxonomy() { | |
} | |
add_action( 'init', 'wpmudev_register_taxonomy' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment