WC_Shipping_Method::get_method_title()
Return the shipping method title.
Description Description
Return Return
(string)
Source Source
File: includes/abstracts/abstract-wc-shipping-method.php
public function get_method_title() { return apply_filters( 'woocommerce_shipping_method_title', $this->method_title, $this ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |