WC_Cart::get_shipping_methods
Get selected shipping methods after calculation.
Метод класса: WC_Cart{}
Хуков нет.
Возвращает
Массив.
Использование
$WC_Cart = new WC_Cart(); $WC_Cart->get_shipping_methods();
Код WC_Cart::get_shipping_methods() WC Cart::get shipping methods WC 10.9.4
public function get_shipping_methods() {
return $this->shipping_methods;
}