WC_Cart::get_shipping_methods
Get selected shipping methods after calculation.
Method of the class: WC_Cart{}
No Hooks.
Returns
Array.
Usage
$WC_Cart = new WC_Cart(); $WC_Cart->get_shipping_methods();
WC_Cart::get_shipping_methods() WC Cart::get shipping methods code WC 10.7.0
public function get_shipping_methods() {
return $this->shipping_methods;
}