例如,要显示一个名为“ Fabrics”的自定义woocommerce产品属性,您可以执行以下操作。 $fabric_values = get_the_terms( $product->id, 'pa_fabrics'); ...
確定! 回上一頁