Our customers love Apple Pay, but they don’t necessarily want it on every product page throughout their website. So here’s a quick PHP snipped to remove the Apple Pay Button from WooCommerce product pages when using Stripe as the payment processor.
Simply put this in your functions.php file or use the Code Snippets plugin (recommended)
add_filter( ‘wc_stripe_hide_payment_request_on_product_page’, ‘__return_true’ );