WC_Cart::ship_to_billing_address_only PHP Method

ship_to_billing_address_only() public method

Sees if we need a shipping address.
Deprecation: 2.5.0 in favor to wc_ship_to_billing_address_only()
    public function ship_to_billing_address_only()
    {
        return wc_ship_to_billing_address_only();
    }
WC_Cart