1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-27 00:51:04 +03:00

Merge pull request #508 from alertmybanjos/patch-2

Update README.md
This commit is contained in:
Devin 2019-02-22 11:15:41 -05:00 committed by GitHub
commit a8291082b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.