llms_is_spam_protection_enabled()
Determine whether spam protection is enabled.
Return Return
(bool) Whether spam protection is enabled.
Source Source
File: includes/llms.spam.functions.php
function llms_is_spam_protection_enabled() {
return llms_parse_bool( get_option( 'lifterlms_spam_protection', 'yes' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.0 | Introduced. |