- 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-boilerplate
must be replaced byplugin-slug
The following strings in files must be globally renamed:
wp-plugin-boilerplate
to plugin-slugWordPress plugin boilerplate
to plugin_nameWp_Plugin_Boilerplate
to plugin_classWPPluginBoilerplate
to plugin_namespacewppb
to lowercase plugin_acronymWPPB
to uppercase plugin_acronym