标签: php woocommerce
我想获取特定优惠券的客户使用限制列表。我的(破损)代码是:
<?php $coupon = new WC_Coupon('couponcode'); print_r($coupon->get_email_restrictions()); ?>
如何解决?