Refact WordPress Plugin Boilerplate
This plugin is a boilerplate for creating a WordPress plugin.
To utilize this boilerplate, please follow these steps:
Run "composer install" command in plugin directory.
composer install
- rename files from
plugin-name
toyour-plugin-name
- change
plugin_name
toyour_plugin_name
- change
plugin-name
toyour-plugin-name
- change
Plugin_Name
toYour_Plugin_name
- change
PLUGIN_NAME_
toYOUR_PLUGIN_NAME
== Changelog ==
= 1.0 =
- Initial release