woocommerce_cod_icon

woocommerce_cod_icon

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_cod_icon') is found 1 times:

  • /includes/gateways/cod/class-wc-gateway-cod.php line 79
    	 * Setup general properties for the gateway.
    	 */
    	protected function setup_properties() {
    		$this->id                 = 'cod';
    		$this->icon               = apply_filters( 'woocommerce_cod_icon', '' );
    		$this->method_title       = __( 'Cash on delivery', 'woocommerce' );
    		$this->method_description = __( 'Have your customers pay with cash (or by other means) upon delivery.', 'woocommerce' );
    		$this->has_fields         = false;
    	}
    
    	/**