WC_Shipping_Rate::get_label()
Get rate label.
Method of the class: WC_Shipping_Rate{}
Hooks from the method
Return
String
.
Usage
$WC_Shipping_Rate = new WC_Shipping_Rate(); $WC_Shipping_Rate->get_label();
WC_Shipping_Rate::get_label() WC Shipping Rate::get label code WC 9.4.2
public function get_label() { return apply_filters( 'woocommerce_shipping_rate_label', $this->data['label'], $this ); }