标签: php woocommerce
正如标题所说,获取购物车页面中包含的产品的产品类别的最佳方法是什么?
答案 0 :(得分:2)
WC()->cart->get_cart()
$content['product_id']
get_the_terms($product_id, 'product_cat')
$term->name