HUSKY - Products Filter Professional for WooCommerce

woof_min_price_filter

Questo hook consente di impostare il prezzo minimo per il filtro prezzo HUSKY con la tua logica

Usa il seguente codice nel file functions.php del tema WordPress corrente:

add_filter('woof_min_price_filter', function ($min) {
    return 20;
});