Warning: This method has been deprecated. in favor to wc_ship_to_billing_address_only() instead.
WC_Legacy_Cart::ship_to_billing_address_only()
Sees if we need a shipping address.
Description Description
Return Return
(bool)
Source Source
File: includes/legacy/class-wc-legacy-cart.php
public function ship_to_billing_address_only() { wc_deprecated_function( 'WC_Cart::ship_to_billing_address_only', '2.5', 'wc_ship_to_billing_address_only' ); return wc_ship_to_billing_address_only(); }
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |