LLMS_Admin_Notices
LLMS_Admin_Notices class
Description Description
Source Source
File: includes/admin/class.llms.admin.notices.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- add_notice — Add a notice
- add_output_actions — Add output notice actions depending on the current screen
- delete_notice — Delete a notice by id
- flash_notice — Flash a notice on screen, isn't saved and is automatically deleted after being displayed
- get_notice — Get notice details array from the DB
- get_notices — Get notices
- has_notice — Determine if a notice is already set
- hide_notices — Called when "Dismiss X" or "Remind Me" is clicked on a notice
- init — Static constructor
- load_notices — Loads stored notice IDs from the database
- output_notice — Output a single notice by ID
- output_notices — Output all saved notices
- save_notices — Save notices in the database