HUSKY - Products Filter Professional for WooCommerce

woof_max_price_filter

Bu hook, HUSKY fiyat filtresi için maksimum fiyatı kendi mantığınızla ayarlamanıza olanak tanır

Dosyada şu kodu kullanın functions.php mevcut WordPress temanızın:

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