mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Update README.md
More specific, case sensitive string changes for initial setup.
This commit is contained in:
parent
60940a9761
commit
f142df8c45
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ The Boilerplate can be installed directly into your plugins folder "as-is". You
|
||||||
|
|
||||||
* rename files from `plugin_name` to `example_me`
|
* rename files from `plugin_name` to `example_me`
|
||||||
* change `plugin_name` to `example_me`
|
* change `plugin_name` to `example_me`
|
||||||
|
* change `plugin-name` to `example-me`
|
||||||
|
* change `Plugin_Name` to `Example_Me`
|
||||||
* change `PLUGIN_NAME_` to `EXAMPLE_ME_`
|
* change `PLUGIN_NAME_` to `EXAMPLE_ME_`
|
||||||
|
|
||||||
It's safe to activate the plugin at this point. Because the Boilerplate has no real functionality there will be no menu items, meta boxes, or custom post types added until you write the code.
|
It's safe to activate the plugin at this point. Because the Boilerplate has no real functionality there will be no menu items, meta boxes, or custom post types added until you write the code.
|
||||||
|
|
Loading…
Reference in a new issue