mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-10-31 19:03:00 +02:00
Set bew PluginName() to a global variable
This commit is contained in:
parent
696d133f36
commit
36609340a7
|
@ -165,4 +165,4 @@ class PluginName {
|
||||||
} // end class
|
} // end class
|
||||||
|
|
||||||
// TODO: update the instantiation call of your plugin to the name given at the class definition
|
// TODO: update the instantiation call of your plugin to the name given at the class definition
|
||||||
new PluginName();
|
$plugin_name = new PluginName();
|
Loading…
Reference in a new issue