The WordPress Plugin Boilerplate is not a fully-working plugin that you can install and use on your sites, but a tool dedicated to developers that want to build their own plugin.
The project was created to provide a starting point for developing plugins, carefully organized and structured to follow known conventions and community standards.
This includes both coding and documentation standards, allowing developers to easily write the code, and then add the documentation via inline comments.
The WordPress Plugin Boilerplate, besides the OOP codebase on which to build the plugin's code itself, also features all the additional files and folders so you can upload and submit your plugin to the WordPress plugin repository as well.
What is new in this release:
- Updating the README with Windows symbolic link instructions.
Requirements:
- WordPress
Comments not found