HUSKY - WooCommerce Products Filter Professional

woof_max_price_filter

This hook allows to set maximum price for HUSKY price filter by your own logic

Use next code in file functions.php of the current WordPress theme:

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

 


Troubles? Ask for Support!