HUSKY - WooCommerce Products Filter Professional

woof_min_price_filter

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

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

add_filter('woof_min_price_filter', function ($min) {
    return 20;
});

 


Troubles? Ask for Support!