woof_get_terms_orderby
用于 ordering terms 在搜索表单中。
- classes/helper.php
- public static function get_terms
与...配对使用 woof_get_terms_order
add_filter('woof_get_terms_orderby', function($taxonomy)
{
if ($taxonomy == 'pa_size')
{
return 'term_id';
}
}, 1, 1);