woocommerce_gateway_icon, $icon, $this->id

woocommerce_gateway_icon, $icon, $this->id

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_gateway_icon, $icon, $this->id') is found 1 times:

  • /includes/abstracts/abstract-wc-payment-gateway.php line 423
    		 * @param string $icon Gateway icon.
    		 * @param string $id Gateway ID.
    		 * @return string
    		 */
    		return apply_filters( 'woocommerce_gateway_icon', $icon, $this->id );
    	}
    
    	/**
    	 * Return the gateway's pay button ID.
    	 *
    	 * @since 3.9.0