HUSKY - Products Filter Professional for WooCommerce

woof_max_price_filter

此 hook 允许您根据自己的逻辑设置 HUSKY 价格过滤器的最高价格

在文件中使用以下代码 functions.php 当前 WordPress 主题的:

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