Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created April 12, 2017 16:00
Show Gist options
  • Save anthonybudd/7adbec7b49f3d42d55ec7c9e21d3907e to your computer and use it in GitHub Desktop.
Save anthonybudd/7adbec7b49f3d42d55ec7c9e21d3907e to your computer and use it in GitHub Desktop.
<?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