【发布时间】:2019-02-11 00:21:25
【问题描述】:
我想在购物车页面上检索送货方式的标题。目前我正在使用
wc_cart_totals_shipping_method_label( $method );
但这会返回运输标题以及运费
Flat Rate: $100.00
我只想要“统一费率”。我一直在研究 get_method_title 和 get_title 但不确定他们是否做了我需要做的事情。
【问题讨论】:
标签: php wordpress woocommerce cart shipping-method