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