LLMS_Captcha::is_enabled()

Check if the captcha is enabled.


Return Return

(bool)


Top ↑

Source Source

File: includes/spam/class-llms-captcha.php

	public function is_enabled() {
		return $this->get_slug() === get_option( 'lifterlms_captcha' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
9.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.