LLMS_Captcha::is_enabled()
Check if the captcha is enabled.
Return Return
(bool)
Source Source
File: includes/spam/class-llms-captcha.php
public function is_enabled() {
return $this->get_slug() === get_option( 'lifterlms_captcha' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.0 | Introduced. |