LLMS_Student_Bulk_Enroll::display_notices()
Displays all generated notices
Contents
Return Return
(void)
Source Source
File: includes/admin/class.llms.student.bulk.enroll.php
public function display_notices() {
if ( empty( $this->admin_notices ) ) {
return;
}
echo implode( "\n", $this->admin_notices );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.20.0 | Introduced. |