mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Set bew PluginName() to a global variable
This commit is contained in:
parent
696d133f36
commit
36609340a7
1 changed files with 1 additions and 1 deletions
|
@ -165,4 +165,4 @@ class PluginName {
|
|||
} // end class
|
||||
|
||||
// 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