FriendlyCaptcha / friendly-captcha-wordpress

WordPress plugin for Friendly Captcha. Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
https://friendlycaptcha.com
19 stars 9 forks source link

add admin notice when plugin isn't configured properly #84

Closed merlinfuchs closed 1 year ago

merlinfuchs commented 1 year ago

closes #2

merlinfuchs commented 1 year ago

I noticed that is_configured always returns true because the settings never return null. Fixed that as well.