This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

url function

Defined in /modules/backend/init/custom_helpers.php, lines 69-72
Author LemonStand eCommerce Inc.
Returns function url(string $url)
$url string specifies an URL.
{return} Returns an URL converted to the Administration Area URL.
Returns an Administration Area URL. Administration Area URL depends on the BACKEND_URL configuration parameter. This function prepends the Administration Area ULR to the argument value. Always use this function for creating links in the back-end. Example:
<a href="<?= url('/shop/orders') ?>">Return to the Order List</a>