diff --git a/README.md b/README.md index 55cc290..9dcbf86 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Description - +This plugins implements a easy way to track payments received by ZGo Payment Gateway for WooCommerce ## Installation diff --git a/zgopmtlist.php b/zgopmtlist.php index c440580..8bf5d9d 100644 --- a/zgopmtlist.php +++ b/zgopmtlist.php @@ -37,7 +37,6 @@ add_action( 'plugins_loaded', 'zgopmtlist_plugin' ); function zgopmtlist_plugin() { $path = str_replace('zgopmtlist/','',plugin_dir_path( __FILE__ )); - $plugin = new Submenu( new Submenu_Page($path) ); $plugin->init();