Warning: This method has been deprecated. Was previously used to determine sort order of methods, but this is now controlled by zones and thus unused instead.

WC_Shipping::sort_shipping_methods()

Deprecated


Description Description


Source Source

File: includes/class-wc-shipping.php

	public function sort_shipping_methods() {
		wc_deprecated_function( 'sort_shipping_methods', '2.6' );
		return $this->shipping_methods;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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