Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zanematthew/1268610 to your computer and use it in GitHub Desktop.
Save zanematthew/1268610 to your computer and use it in GitHub Desktop.
Interface
interface ICustomPostType {
public function registerPostType( $param=array() );
public function registerTaxonomy( $param=array() );
// @todo http://codex.wordpress.org/Function_Reference/locate_template
public function templateRedirect();
public function regsiterActivation();
// public function regsiterDeactivation();
// public function baseStyleSheet( $param=array() );
} // End 'ICustomPostType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment