Warning: This method has been deprecated. in favor to wc_get_cart_url() instead.
WC_Legacy_Cart::get_cart_url()
Gets the url to the cart page.
Description Description
Return Return
(string) url to page
Source Source
File: includes/legacy/class-wc-legacy-cart.php
public function get_cart_url() {
wc_deprecated_function( 'WC_Cart::get_cart_url', '2.5', 'wc_get_cart_url' );
return wc_get_cart_url();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |