Skip to content

Instantly share code, notes, and snippets.

@jason1365
jason1365 / woocommerce-custom-inventory-reduction.php
Last active May 16, 2021 20:27 — forked from JeroenSormani/woocommerce-custom-inventory-reduction.php
Custom inventory stock reduction in WooCommerce
<?php // For implementation instructions see: https://aceplugins.com/how-to-add-a-code-snippet/
/**
* Reduce with custom stock quantity based on the settings.
*
* @param $quantity
* @param $order
* @param $item
* @return mixed
*/