WC_Cart::get_shipping_methodspublicWC 1.0

Get selected shipping methods after calculation.

Метод класса: WC_Cart{}

Хуков нет.

Возвращает

Массив.

Использование

$WC_Cart = new WC_Cart();
$WC_Cart->get_shipping_methods();

Код WC_Cart::get_shipping_methods() WC 9.9.4

public function get_shipping_methods() {
	return $this->shipping_methods;
}