WC_Shipping::sort_shipping_methods
Deprecated since 2.6.0. It is no longer supported and may be removed in future releases. Use
d to determine sort order of methods, but this is now controlled by zones and thus unused instead.Deprecated
Method of the class: WC_Shipping{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Shipping = new WC_Shipping(); $WC_Shipping->sort_shipping_methods();
Changelog
| Deprecated since 2.6.0 | Was previously used to determine sort order of methods, but this is now controlled by zones and thus unused. |
WC_Shipping::sort_shipping_methods() WC Shipping::sort shipping methods code WC 10.4.3
public function sort_shipping_methods() {
wc_deprecated_function( 'sort_shipping_methods', '2.6' );
return $this->shipping_methods;
}