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)


Top ↑

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();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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