Skip to content

This WordPress Plugin Boilerplate is meant for you to develop your own plugin on.

License

Notifications You must be signed in to change notification settings

richardevcom/wordpress-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Plugin Boilerplate

This plugin boilerplate is meant for you to develop your own plugin on.

Support & collaboration

discord-support-server

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

  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