HUSKY - Products Filter Professional for WooCommerce

woof_max_price_filter

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

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

add_filter('woof_max_price_filter', function ($max) {
    return 120;
});