apply_filters( 'lifterlms_dashboard_courses_not_enrolled_text', string $not_enrolled_text )
Not enrolled text.
Description Description
Allows developers to filter the text to be displayed when the student is not enrolled in any courses.
Parameters Parameters
- $not_enrolled_text
-
(string) The text to be displayed when the student is not enrolled in any course.
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
| Version | Description |
|---|---|
| 7.1.3 | Introduced. |