lifterlms_template_student_dashboard_title()
Dashboard title template
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
* @return void
*/
function lifterlms_template_student_dashboard_my_notifications() {
$url = llms_get_endpoint_url( 'notifications', '', llms_get_page_url( 'myaccount' ) );
$sections = array(
array(
'url' => $url,
'name' => __( 'View Notifications', 'lifterlms' ),
),
array(
'url' => add_query_arg( 'sdview', 'prefs', $url ),
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.14.0 | Unknown. |
| 3.0.0 | Introduced. |