You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FormSpamProtectionExtension::get_protector($options = null) returns null if $options is null or $options['protector'] doesn't exist and 'default_spam_protector' config don't set up.
Check is $protector object exist before run SpamProtector class methods.
This only shows up on the build for spam protection.
Description
FormSpamProtectionExtension::get_protector($options = null)
returnsnull
if$options
is null or$options['protector']
doesn't exist and'default_spam_protector'
config don't set up.Check is
$protector
object exist before runSpamProtector
class methods.This only shows up on the build for spam protection.
AC's
PRs
The text was updated successfully, but these errors were encountered: