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)


Top ↑

Source Source

File: includes/legacy/abstract-wc-legacy-order.php

	public function get_total_shipping() {
		return $this->get_shipping_total();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.