WordPress Plugin Boilerplate
This plugin boilerplate is meant for you to develop your own plugin on.
Support & collaboration
Features
- 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)
Prerequisite
- At least WordPress v5.6 required.
Installation
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.
Licensing
This plugin is licensed under the GPL v3. Read LICENSE.md
file for details.
Credits
This boilerplate was inspired by @DevinVinson boilerplate