woocommerce_payment_gateway_get_new_payment_method_option_html filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_payment_gateway_get_new_payment_method_option_html', 'filter_function_name_6637', 10, 2 ); function filter_function_name_6637( $html, $that ){ // filter... return $html; }
- $html
- -
- $that
- -
Where the hook is called
woocommerce_payment_gateway_get_new_payment_method_option_html
woocommerce/includes/abstracts/abstract-wc-payment-gateway.php 527
return apply_filters( 'woocommerce_payment_gateway_get_new_payment_method_option_html', $html, $this );