wc_payment_gateway_form_saved_payment_methods_html, $html, $this
wc_payment_gateway_form_saved_payment_methods_html, $html, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('wc_payment_gateway_form_saved_payment_methods_html, $html, $this') is found 1 times:
- /includes/abstracts/abstract-wc-payment-gateway.php line 597
$html .= $this->get_new_payment_method_option_html(); $html .= '</ul>'; echo apply_filters( 'wc_payment_gateway_form_saved_payment_methods_html', $html, $this ); // @codingStandardsIgnoreLine } /** * Gets saved payment method HTML from a token. * * @since 2.6.0