wc_get_cart_url()
Gets the url to the cart page.
Description Description
Return Return
(string) Url to cart page
Source Source
File: includes/wc-core-functions.php
function wc_get_cart_url() {
return apply_filters( 'woocommerce_get_cart_url', wc_get_page_permalink( 'cart' ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |