Works with woocommerce price-range slider. Allows make range in the process of the seacrhing like flexible. Example: range of the price is from 20 to 50 USD. If user will set max price to 40 USD - new displayed maximum will came as 40 USD.
If to apply this hook:
Before filtering by MDTF:
After filtering by MDTF:
To use it drop next code into your wp theme functions.php file:
1 2 3 | add_filter('mdf_woo_price_dinamic_recount', function($flex) { return true; }); |
From v.2.2.2/1.2.2