HUSKY - Product Filter for WooCommerce

woof_max_price_filter

Questo hook imposta il prezzo massimo del filtro dei prezzi di HUSKY con la tua logica

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

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