WC_Shipping_Method::get_title
Return the shipping title which is user set.
Метод класса: WC_Shipping_Method{}
Хуки из метода
Возвращает
Строку.
Использование
$WC_Shipping_Method = new WC_Shipping_Method(); $WC_Shipping_Method->get_title();
Код WC_Shipping_Method::get_title() WC Shipping Method::get title WC 10.3.4
public function get_title() {
return apply_filters( 'woocommerce_shipping_method_title', $this->title, $this->id );
}