woof_max_price_filter
This hook sets the maximum price of the 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;
});
This hook sets the maximum price of the 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;
});