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

Update CoBlocks integration #142

Open merlinfuchs opened 4 days ago

merlinfuchs commented 4 days ago

In version 3.1.0, CoBlocks has changed how blocks are registered. Now, registration happens entirely in PHP instead of being split between PHP and JS.

The new integration is highly inspired by the inofficial hCaptcha integration. Instead of having to add the Captcha to each form manually, the Captcha is added to every CoBlocks form if the integration is activated. I haven't found a way to achieve the previous behavior of our integration but I think it's fine to assume that users want to have Friendly Catpcha on every form. This is also how most of our other integrations work ...

closes #140