woof_get_terms_order
Uses for ordering terms in the search form.
- classes/helper.php
- public static function get_terms
Used in pair with woof_get_terms_orderby
add_filter('woof_get_terms_order', function($taxonomy) { if ($taxonomy == 'pa_size') { return 'DESC';//ASC } }, 1, 1);