From 0f803336c23bff79cfdfc1ce53c286ba0717d89f Mon Sep 17 00:00:00 2001 From: Rene Vergara A Date: Fri, 23 Dec 2022 16:46:50 -0500 Subject: [PATCH] Minor revision of README.md and zgopmtlist.php --- README.md | 2 +- zgopmtlist.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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();