Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Notifications::get_view_classname( string $trigger, string $prefix = null )
Get the classname for the view of a given notification based off it’s trigger
Description Description
Parameters Parameters
- $trigger
-
(Required) Trigger id (eg: lesson_complete).
- $prefix
-
(Optional) Default = 'LLMS'.
Default value: null
Return Return
(string)
Source Source
File: includes/notifications/class.llms.notifications.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | |
3.24.0 | Introduced. |