https://github.com/richardevcom/wordpress-plugin-boilerplate
This WordPress Plugin Boilerplate is meant for you to develop your own plugin on.
https://github.com/richardevcom/wordpress-plugin-boilerplate
boilerplate css dashboard enqueue js oop php plugin widget widgets wordpress wp
Last synced: 6 months ago
JSON representation
This WordPress Plugin Boilerplate is meant for you to develop your own plugin on.
- Host: GitHub
- URL: https://github.com/richardevcom/wordpress-plugin-boilerplate
- Owner: richardevcom
- License: gpl-3.0
- Created: 2022-05-07T03:55:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T13:37:20.000Z (about 3 years ago)
- Last Synced: 2024-11-09T21:34:53.298Z (8 months ago)
- Topics: boilerplate, css, dashboard, enqueue, js, oop, php, plugin, widget, widgets, wordpress, wp
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WordPress Plugin Boilerplate
This plugin boilerplate is meant for you to develop your own plugin on.
## Support & collaboration
[](http://discord.gg/ZptSdXMPrM)
## Features
- OOP plugin core
- Domain/locale support (sample POT translation included)
- Custom hook class (taken from [@DevinVinson boilerplate](https://github.com/devinvinson/WordPress-Plugin-Boilerplate/))
- Dashboard widgets support
- Widgets support
- Public & admin templates
- CSS & JS enqueuing (separately on both public & admin)## Prerequisite
1. 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](https://github.com/devinvinson/WordPress-Plugin-Boilerplate/)