mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Merge pull request #101 from haleeben/master
Added a TODO to prompt the user to change the plugin-name
This commit is contained in:
commit
e8421c2980
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ class Plugin_Name {
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
|
* //TODO - Rename "plugin-name" to the name your your plugin
|
||||||
*/
|
*/
|
||||||
protected $plugin_slug = 'plugin-name';
|
protected $plugin_slug = 'plugin-name';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue