Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarahcssiqueira/plugin-cpt-manager
Plugin for managing custom posts types for your project
https://github.com/sarahcssiqueira/plugin-cpt-manager
wordpress-custom-post-type
Last synced: 2 days ago
JSON representation
Plugin for managing custom posts types for your project
- Host: GitHub
- URL: https://github.com/sarahcssiqueira/plugin-cpt-manager
- Owner: sarahcssiqueira
- License: gpl-2.0
- Created: 2022-10-05T14:38:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T15:33:20.000Z (about 1 year ago)
- Last Synced: 2023-08-21T16:42:52.270Z (about 1 year ago)
- Topics: wordpress-custom-post-type
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Post Types Manager
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![Release Version](https://img.shields.io/github/release/sarahcssiqueira/plugin-order-status-admin.svg)](https://github.com/sarahcssiqueira/plugin-order-status-admin/releases/latest)
[![Support Level](https://img.shields.io/badge/support-may_take_time-yellow.svg)](#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()**](https://developer.wordpress.org/reference/functions/register_post_type/) function.
## Usage
[TO DO]
## License
The code in this project is licensed under [GPL v2 or later](https://github.com/sarahcssiqueira/wp-plugin-cpt-manager/blob/master/license).