Skip to content

Commit 63b85f4

Browse files
Create disable-stripe-scripts-loading-if-prbs-is-disabled.txt
woocommerce/woocommerce-gateway-stripe#2110
1 parent 40539a1 commit 63b85f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
add_filter( 'wc_stripe_load_scripts_on_product_page_when_prbs_disabled', '__return_false' );
2+
add_filter( 'wc_stripe_load_scripts_on_cart_page_when_prbs_disabled', '__return_false' );

0 commit comments

Comments
 (0)