edd_get_checkout_uri( array $args = array() )
Get the URL of the Checkout page
Description Description
Parameters Parameters
- $args
-
(Optional) Extra query args to add to the URI
Default value: array()
Return Return
(mixed) Full URL to the checkout page, if present | null if it doesn't exist
Source Source
File: includes/checkout/functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.8 | Introduced. |