LLMS_Captcha::show_notices()
Show notices if enabled.
Return Return
(void)
Source Source
File: includes/spam/class-llms-captcha.php
function show_notices() {
if ( ! $this->is_enabled() ) {
return;
}
if ( is_admin() ) {
return;
}
llms_print_notices();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.0 | Introduced. |