Update WooCommerce Products Filter v.3.3.6
- improved code security
- new option “Use filter blur” in tab Design – blur the filter until styles and JS scripts are loaded
- new option “Additional check of the category page” in tab Advanced Options – There are problems recognizing the current category in block topics. This is fixed and it is installed to check whether the theme is a block one and then the correction code is connected, but sometimes this standard condition does not work for some themes then this code can be connected manually
- added possibility to change of order of SEO rules – in this way you can change the priority, that is, if part of the url matches, then the higher rule is processed
- new hook woof_turbo_mode_schedules – allows to add custom periods for products parameters updates in turbo mode, code example:
add_filter('woof_turbo_mode_schedules', function($schedules) { $schedules = [...]