Minor revision of README.md and zgopmtlist.php
This commit is contained in:
parent
46e578da7d
commit
0f803336c2
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
## Description
|
||||
|
||||
|
||||
This plugins implements a easy way to track payments received by ZGo Payment Gateway for WooCommerce
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue