llms_person_my_courses_url()
Get the link to the My Courses endpoint
Return Return
(string)
Source Source
File: includes/llms.template.functions.php
function llms_person_my_courses_url() { $url = llms_get_endpoint_url( 'my-courses', '', get_permalink( llms_get_page_id( 'myaccount' ) ) ); return apply_filters( 'lifterlms_person_my_courses_url', $url ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |