Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active April 23, 2024 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/fab298c2efe2f36566af41492f5886ba to your computer and use it in GitHub Desktop.
Save lukecav/fab298c2efe2f36566af41492f5886ba to your computer and use it in GitHub Desktop.
Hide Save payment information to my account for future purchases checkbox in Checkout Page in WooCommerce Stripe Payment Gateway
.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
display: none;
}
@WebMatPro
Copy link

In php will be better :)

add_filter('wc_stripe_display_save_payment_method_checkbox', '__return_false');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment