Custom Post Types Manager
Plugin for managing custom posts types for your project
by Sarah Siqueira · github.com/sarahcssiqueira/plugin-cpt-manager · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sarahcssiqueira/plugin-cpt-manager/archive/refs/heads/master.zipDeclares an update source (https://sarahjobs.com/wordpress/plugins/cpt-manager/update), so updates arrive through the plugin's own updater.
Readme
Custom Post Types Manager
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.