llms_is_spam_protection_enabled()

Determine whether spam protection is enabled.


Return Return

(bool) Whether spam protection is enabled.


Top ↑

Source Source

File: includes/llms.spam.functions.php

function llms_is_spam_protection_enabled() {
	return llms_parse_bool( get_option( 'lifterlms_spam_protection', 'yes' ) );
}


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.