标签: php wordpress woocommerce hook-woocommerce
有没有办法检查是否为产品设置了某个运费?我只是在为特定产品设置特定运费时才在产品页面上显示图标。像这样:
if(shippingRate === highCostShipping) { ExecuteFunction(); }
提前致谢!