avalon23_image_size
Pass the size of the image to for the filter type “image” default: ‘thumbnail’ possibly: ‘medium’, ‘large’ ,’full’ OR array(55,55) For example, resize the image for the attribute color
Pass the size of the image to for the filter type “image” default: ‘thumbnail’ possibly: ‘medium’, ‘large’ ,’full’ OR array(55,55) For example, resize the image for the attribute color
this passes the attributes for the function “get_terms()” Convenient for sorting, excluding taxonomy terms For example, you want to sort terms by count
Links for images type filter as “image” and “color” Values: URL of image term of current taxonomy For example, you want to display standard category images:
all request arguments(of WP_Query) before the filter changes it Vallues Arguments for WP_Query (array) Current filtering data (array) loop name – Conventional name of the current request. An example: ‘count’ – for dynamic recalculation, ‘shop’ – main woocommerce request, ‘products’ – for woocomerce products shortcode
all request arguments(of WP_Query) after change Main hook for all filtering requests. You can change the current search query. Vallues Arguments for WP_Query (array) Current filtering data (array) loop name – Conventional name of the current request. An example: ‘count’ – for dynamic recalculation, ‘shop’ – main woocommerce request, ‘products’ – for woocomerce products shortcode […]
Passed SQL queries to get minimum and maximum prices.
List of keys for cleaning transients
Sends the code of the current language. for example if you pass “es_ES”: Then you get these strings: How to add these lines read here
This hook allows you to add additional settings for the filter element. for example you added a custom element as described in this article and you need to add a text field to display different text for different filters In the settings of the custom element, you will see a text field: to get this […]
With this hook it is possible to add a new filter element. For example, you need to insert some text or html into the filter form: as a result you will see AND If you need to add a setting for this custom element read this article.