Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.2 KB

File metadata and controls

16 lines (10 loc) · 1.2 KB

Custom Post Types Manager

Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: GPL v2 Release Version Support Level

WordPress Core provides five post types by default: Post, Page, Attachment, Revision and Menu. Although, while working on a project, we may need to create our specific content types, and that can be easily done with a few lines of code. That is the purpose of the main Class in this plugin, using the register_post_type() function.

Usage

[TO DO]

License

The code in this project is licensed under GPL v2 or later.