woocommerce_cheque_icon хук-фильтр . WC 1.0
Constructor for the gateway.
Использование
add_filter( 'woocommerce_cheque_icon', 'filter_function_name_2445' ); function filter_function_name_2445( $string ){ // filter... return $string; }
- $string
- -
Где вызывается хук
woocommerce_cheque_icon
woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php 29
$this->icon = apply_filters( 'woocommerce_cheque_icon', '' );