llms_clear_notices()
Clears all notices from session
Description Description
Return Return
(void)
Source Source
File: includes/functions/llms.functions.notice.php
function llms_clear_notices() { LLMS()->session->set( 'llms_notices', array() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: