Skip to content

Instantly share code, notes, and snippets.

View utopicchaotica's full-sized avatar

Kat Wong utopicchaotica

View GitHub Profile
<?php
# Register custom post types on the 'init' hook.
add_action( 'init', 'my_register_post_types' );
/**
* Registers post types needed by the plugin.
*
* @since 1.0.0
* @access public
* @return void