Skip to content

Instantly share code, notes, and snippets.

<?php
// Powerful Code Snippets (will there be 10?)
add_action( 'init', 'puwwp_register_post_type' );
/**
* Registering a custom post type provides many out of
* the box defaults new types of content.
*/
function puwwp_register_post_type() {
$labels = array(); // array of labels