Warning: This method has been deprecated. since this is an alias only instead.
WC_Abstract_Legacy_Order::get_total_shipping()
Gets shipping total. Alias of WC_Order::get_shipping_total().
Description Description
Return Return
(float)
Source Source
File: includes/legacy/abstract-wc-legacy-order.php
public function get_total_shipping() { return $this->get_shipping_total(); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |