Skip to content

Instantly share code, notes, and snippets.

@Page-Carbajal
Created March 4, 2016 14:56
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 Page-Carbajal/02e83961db1b90dbe51b to your computer and use it in GitHub Desktop.
Save Page-Carbajal/02e83961db1b90dbe51b to your computer and use it in GitHub Desktop.
Creating Custom Post Types with WPExpress
<?php
namespace YourProject;
class Book extends BaseModel
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment