llms_get_page_url( string $page, array $args = array() )
Retrieve the URL for a LifterLMS Page EG: ‘checkout’, ‘memberships’, ‘myaccount’, ‘courses’ etc.
Description Description
..
Parameters Parameters
- $page
-
(Required) Name of the page.
- $args
-
(Optional) array of query arguments that can be passed to add_query_arg().
Default value: array()
Return Return
(string)
Source Source
File: includes/functions/llms.functions.page.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |