apply_filters( 'lifterlms_my_account_message', string $message )
Allow adding a notice message to be displayed in the student dashboard where llms_print_notices()
will be invoked.
Description Description
Parameters Parameters
- $message
-
The notice message to be displayed in the student dashboard. Default empty string.
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
unknown | Introduced. |