rachel-m
2/12/2015 - 11:40 AM

WPMU DEV snippets

WPMU DEV snippets

function wpmudev_register_taxonomy() {

}
add_action( 'init', 'wpmudev_register_taxonomy' );