rachel-m
2/11/2015 - 1:27 PM

WPMU DEV snippets

WPMU DEV snippets

function wpmudev_create_post_type() {

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