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'


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.notices.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.