您使用的是4.5.0之前的代码,这些代码最终将被去除润滑。试试这个。
$productTerms = get_terms( array(
\'taxonomy\' => \'prezzoceste\',
\'hide_empty\' => false,
\'orderby\' => \'ASC\',
\'meta_key\' => \'_price\', //The price Meta Key
\'orderby\' => \'meta_value_num\',
) );
检查
this 获取更多可接受的参数。