LLMS_Admin_Reporting::output_event( obj $event, string $context = 'course' )
Output the HTML for a postmeta event in the recent events sidebar of various reporting screens.
Description Description
Parameters Parameters
- $event
-
(Required) Instance of an LLMS_User_Postmeta item.
- $context
-
(Optional) Display context [course|student|quiz|membership]. Default 'course'.
Default value: 'course'
Return Return
(void)
Source Source
File: includes/admin/reporting/class.llms.admin.reporting.php
Changelog Changelog
Version | Description |
---|---|
3.32.0 | Outputs the student's avatar whent in 'membership' context |
3.15.0 | Introduced. |