llms_get_notice_types()
Retrieve an array of notice types
Return Return
(array)
Source Source
File: includes/functions/llms.functions.notice.php
function llms_get_notice_types() { return apply_filters( 'lifterlms_notice_types', array( 'debug', 'error', 'notice', 'success' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |