- plugin_name: the name of the plugin, in human-readable format.
- plugin_slug: the slug of the plugin, must be spinal case.
- plugin_class: the class base name, basically the plugin_slug in upper snake case.
- plugin_namespace: the namespace base for the plugin.
- plugin_acronym: the acronym of the plugin.
The file containing the following strings in their names must be renamed:
wp-plugin-boilerplatemust be replaced byplugin-slug
The following strings in files must be globally renamed:
wp-plugin-boilerplateto plugin-slugWordPress plugin boilerplateto plugin_nameWp_Plugin_Boilerplateto plugin_classWPPluginBoilerplateto plugin_namespacewppbto lowercase plugin_acronymWPPBto uppercase plugin_acronym