diff --git a/plugin.php b/plugin.php index 96d56c2..8fb166a 100644 --- a/plugin.php +++ b/plugin.php @@ -159,6 +159,7 @@ class PluginName { } // end filter_method_name } // 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