woocommerce_payment_gateway_get_new_payment_method_option_html, $html, $this
woocommerce_payment_gateway_get_new_payment_method_option_html, $html, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_payment_gateway_get_new_payment_method_option_html, $html, $this') is found 1 times:
- /includes/abstracts/abstract-wc-payment-gateway.php line 663
* @param string $html Option HTML. * @param WC_Payment_Gateway $this Payment gateway instance. * @return string */ return apply_filters( 'woocommerce_payment_gateway_get_new_payment_method_option_html', $html, $this ); } /** * Outputs a checkbox for saving a new payment method to the database. * * @since 2.6.0