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: ''


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/functions/llms.functions.page.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.26.3 Unknown.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.