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