Woocommerce - 如何在WC_Coupon类中调用get_email_restrictions()?

时间:2016-12-15 13:58:39

标签: php woocommerce

我想获取特定优惠券的客户使用限制列表。我的(破损)代码是:

<?php
$coupon = new WC_Coupon('couponcode');
print_r($coupon->get_email_restrictions());
?>

如何解决?

0 个答案:

没有答案