Easily create WordPress plugins from the comfort of your WordPress backend.
Create and download plugins from your WordPress installation backend. This is useful for example when you are developing in a local environment and want to get started quickly without the hassle of downloading online. The plugin template used is based on WordPress Plugin Boilerplate
Have discovered everytime i have to create a new plugin i had to go onto the internet and download a boilerplate copy and manually install. This can pretty much get old quickly especially if working on WordPress projects back to back.
- Create plugin directly into the WordPress install
- Download generated plugin
- Save plugin details for use later
- Automatically fill in plugin details
- Download the plugin zip from the releases section or
git clone
which ever rocks your boat. - Upload
plugin-boilerplate.php
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Access
/wp-admin/plugins.php?page=plugin-boilerplate
to start creating plugins
No this plugin works out of the box already loaded with all the assets it requires.
- Initial Launch
- Initial Launch