Last active
August 29, 2015 14:15
-
-
Save rachelmccollin/5584464ae01b7558613f 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_create_post_type() { | |
} | |
add_action( 'init', 'wpmudev_create_post_type' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment