函数的作用是:返回订单的terms数组。每个术语由三个方面组成:
\'key\' => $meta->key // attribute key
\'label\' => wc_attribute_label( $attribute_key, $this->product ) // attribute label
\'value\' => apply_filters( \'woocommerce_order_item_display_meta_value\', $meta->value ) // term value
此外,我还需要术语slug,如果我知道属性键/属性标签/术语值,如何获得术语slug??