Created
April 12, 2017 16:00
-
-
Save anthonybudd/7adbec7b49f3d42d55ec7c9e21d3907e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?php | |
register_post_type( 'book', array( | |
'public' => true, | |
'label' => __( 'Books', 'textdomain' ), | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment