This plugin boilerplate is meant for you to develop your own plugin on.
- OOP plugin core
- Domain/locale support (sample POT translation included)
- Custom hook class (taken from @DevinVinson boilerplate)
- Dashboard widgets support
- Widgets support
- Public & admin templates
- CSS & JS enqueuing (separately on both public & admin)
- At least WordPress v5.6 required.
This plugin can be installed directly into your plugins folder "as-is"
or:
- go to Plugins > Add new
- click Upload plugin
- select plugin archive file
- hit "Install now".
It's safe to activate the plugin at this point.
This plugin is licensed under the GPL v3. Read LICENSE.md
file for details.
This boilerplate was inspired by @DevinVinson boilerplate