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);