PHPackages                             wp-orbit/post-types - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wp-orbit/post-types

ActiveWordpress-plugin-component[Utility &amp; Helpers](/categories/utility)

wp-orbit/post-types
===================

WordPress post type helpers.

06PHP

Since Oct 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wp-orbit/post-types)[ Packagist](https://packagist.org/packages/wp-orbit/post-types)[ RSS](/packages/wp-orbit-post-types/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Post Types
==========

[](#post-types)

via WP Orbit

### PostType Class

[](#posttype-class)

This package provides an extensible *PostType* class which abstracts creating custom post types.

#### Basic usage:

[](#basic-usage)

For each custom post type you need, extend the base PostType class, then call registerPostType().

```
