diff --git a/include/class-monero-gateway.php b/include/class-monero-gateway.php index 56f9819..6f3a45b 100644 --- a/include/class-monero-gateway.php +++ b/include/class-monero-gateway.php @@ -42,7 +42,7 @@ class Monero_Gateway extends WC_Payment_Gateway public function get_icon() { - return apply_filters('woocommerce_gateway_icon', ''); + return apply_filters('woocommerce_gateway_icon', '', $this->id); } function __construct($add_action=true)