llms_get_endpoint_url( string $endpoint, string $value = '', string $permalink = '' )
Retrieve the full URL to a LifterLMS endpoint
Description Description
Parameters Parameters
- $endpoint
-
(Required) ID of the endpoint, eg "view-courses".
- $value
-
(Optional) Endpoint query arg value (Optional as the presence of the arg is enough in most scenarios).
Default value: ''
- $permalink
-
(Optional) Base URL to append the endpoint to. Optional, uses the current page when not supplied.
Default value: ''
Return Return
(string)
Source Source
File: includes/functions/llms.functions.page.php
Changelog Changelog
Version | Description |
---|---|
3.26.3 | Unknown. |
1.0.0 | Introduced. |