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

Set bew PluginName() to a global variable

This commit is contained in:
Pippin Williamson 2012-11-05 21:07:44 -06:00
parent 696d133f36
commit 36609340a7

View file

@ -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();