Skip to content

woocommerce_quantity_input_min

Fazle Bari edited this page Jan 3, 2021 · 2 revisions
apply_filters( 'woocommerce_quantity_input_min', 0, $product );

Change min input

Parameters

0

Minimum value.

$product

Product from woocommerce

Return

Return minimum quantity

File Location

includes/items/quantity.php

Source Code

View Source Code

Clone this wiki locally