Warning: This function has been deprecated.
woocommerce_cart_totals_shipping_method_label( $method )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
322 323 324 325 | function woocommerce_cart_totals_shipping_method_label( $method ) { wc_deprecated_function( __FUNCTION__ , '3.0' , 'wc_cart_totals_shipping_method_label' ); return wc_cart_totals_shipping_method_label( $method ); } |
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |