mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Merge pull request #77 from mosu-forge/topic-plugin-conflict
modified woocommerce_gateway_icon filter to use two arguments
This commit is contained in:
commit
5064b95040
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Monero_Gateway extends WC_Payment_Gateway
|
||||||
|
|
||||||
public function get_icon()
|
public function get_icon()
|
||||||
{
|
{
|
||||||
return apply_filters('woocommerce_gateway_icon', '<img src="'.MONERO_GATEWAY_PLUGIN_URL.'assets/images/monero-icon.png"/>');
|
return apply_filters('woocommerce_gateway_icon', '<img src="'.MONERO_GATEWAY_PLUGIN_URL.'assets/images/monero-icon.png"/>', $this->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
function __construct($add_action=true)
|
function __construct($add_action=true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue