LLMS_Admin_Notices::flash_notice( string $message, string $type = 'info' )
Flash a notice on screen, isn’t saved and is automatically deleted after being displayed
Description Description
Parameters Parameters
- $message
-
(Required) Message text / html to display onscreen.
- $type
-
(Optional) Notice type [info|warning|success|error].
Default value: 'info'
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.notices.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |