Skip to content

Instantly share code, notes, and snippets.

@rachelmccollin
Created February 12, 2015 11:40
Show Gist options
  • Save rachelmccollin/f19b193cc8b1147c0b52 to your computer and use it in GitHub Desktop.
Save rachelmccollin/f19b193cc8b1147c0b52 to your computer and use it in GitHub Desktop.
WPMU DEV snippets
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