Code-Snippets-Functions/Execute a function on a child site/WooCommerce/disable-payments-in-woocommerce.txt

1 line
66 B
Text

add_filter( 'woocommerce_cart_needs_payment', '__return_false' );