woof_get_terms_order
用于在搜索表单中排序术语。
- classes/helper.php
- public static function get_terms
与 woof_get_terms_orderby 配合使用
add_filter('woof_get_terms_order', function($taxonomy)
{
if ($taxonomy == 'pa_size')
{
return 'DESC';//ASC
}
}, 1, 1);