WC_Shipping_Method::get_method_title()
Return the shipping method title.
Метод класса: WC_Shipping_Method{}
Хуки из метода
Возвращает
Строку
.
Использование
$WC_Shipping_Method = new WC_Shipping_Method(); $WC_Shipping_Method->get_method_title();
Список изменений
С версии 2.6.0 | Введена. |
Код WC_Shipping_Method::get_method_title() WC Shipping Method::get method title WC 9.5.1
public function get_method_title() { return apply_filters( 'woocommerce_shipping_method_title', $this->method_title, $this ); }