Code-Snippets-Functions/Execute a function on a child site/WooCommerce Stripe Gateway/disable-stripe-scripts-loading-if-prbs-is-disabled.txt

2 lines
183 B
Text

add_filter( 'wc_stripe_load_scripts_on_product_page_when_prbs_disabled', '__return_false' );
add_filter( 'wc_stripe_load_scripts_on_cart_page_when_prbs_disabled', '__return_false' );