wc_stripe_PAYMENT_METHOD_settings
-
Hi, I hope you are all doing well.
I would like to add custom settings to each payment method in WooCommerce. This generally works with the
woocommerce_settings_api_form_fields_{gateway_if}
filter (https://github.com/woocommerce/woocommerce/blob/release/9.1/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php#L67). Since your plugin does not use the default setting user inface, this hook has no effect.I found the filter
wc_stripe_PAYMENT_METHOD_settings
in your documentation (https://woocommerce.com/document/stripe/customization/hooks-and-filters/#action-hooks). But this hook seems to have no effect at all.How can I add my own payment settings to your Stripe gateway?
Thank you in advance for your reply.
- You must be logged in to reply to this topic.