llms_print_notices()
Prints all notices
Return Return
(void)
Source Source
File: includes/functions/llms.functions.notice.php
function llms_print_notices() {
echo llms_get_notices();
llms_clear_notices();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |