apply_filters( 'woocommerce_prevent_adjust_line_item_product_stock', bool $prevent, WC_Order_Item $item, int $item_quantity )

Prevent adjust line item product stock.


Description Description


Parameters Parameters

$prevent

If should prevent.

$item

Item object.

$item_quantity

quantity to check against.


Top ↑

Source Source

File: includes/admin/wc-admin-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.