Tutorials
A short tutorial is provided for you to follow along with in creating a plugin using the provided CLI tools. Additionally, some short examples have been created to demonstrate the usage of some common framework tools.
Sections
- Build a plugin: step-by-step scaffolding with the CLI.
- Framework Tools: guides for common functionality.
Build a plugin map
| Step | Page |
|---|---|
| Getting started | Getting started (installation) |
| Main plugin file | Create a plugin file |
| Post type | Create a post type |
| Post type meta | Create a post type meta |
| Admin module | Create a plugin admin module |
| Post screens | Create a post screen |
| Meta boxes | Create a meta box |
| Custom modules | Create a custom module |
Framework tools map
| Tool | Page |
|---|---|
| Action Scheduler | Action Scheduler |
| Admin notices | Admin Notice |
| Templates | Calling a template |
| Assets | Enqueueing JS/CSS |
| Staging | Staging Detection |
| Upgrades | Upgrade Schema |
| Utilities | Utility class and debugging |