woocommerce_payment_gateway_save_new_payment_method_option_html, $html, $this
woocommerce_payment_gateway_save_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_save_new_payment_method_option_html, $html, $this') is found 1 times:
- /includes/abstracts/abstract-wc-payment-gateway.php line 688
* @param string $html Checkbox HTML. * @param WC_Payment_Gateway $this Payment gateway instance. * @return string */ echo apply_filters( 'woocommerce_payment_gateway_save_new_payment_method_option_html', $html, $this ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } /** * Add payment method via account screen. This should be extended by gateway plugins. * * @since 3.2.0 Included here from 3.2.0, but supported from 3.0.0.