Code-Snippets-Functions/Execute a function on a child site/WooCommerce/disable-inventory-reducation-on-payment.txt

1 line
83 B
Text

add_filter( 'woocommerce_payment_complete_reduce_order_stock', '__return_false' );