Minor revision of README.md and zgopmtlist.php

This commit is contained in:
Rene V. Vergara A. 2022-12-23 16:46:50 -05:00
parent 46e578da7d
commit 0f803336c2
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@
## Description
This plugins implements a easy way to track payments received by ZGo Payment Gateway for WooCommerce
## Installation

View file

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