woocommerce_cheque_icon filter-hook . WC 1.0
Constructor for the gateway.
Usage
add_filter( 'woocommerce_cheque_icon', 'filter_function_name_2179' ); function filter_function_name_2179( $string ){ // filter... return $string; }
- $string
- -
Where the hook is called
woocommerce_cheque_icon
woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php 29
$this->icon = apply_filters( 'woocommerce_cheque_icon', '' );