diff --git a/plugin.php b/plugin.php index 370b2ab..ff7415e 100644 --- a/plugin.php +++ b/plugin.php @@ -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(); \ No newline at end of file +$plugin_name = new PluginName(); \ No newline at end of file