woof_get_terms_orderby
用于搜索表单中的术语排序。
- 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);