Given some recent changes in this module, I think it's a good idea to introduce a single function that can be used to enable antibot on a given form. This is useful for integrations like webform. I believe that module is currently just adding the pre render callback but that won't be enough any more; plus it's a bit confusing to other developers.
Comments
Comment #3
mstef commentedUse antibot_protect_form(&$form) to add Antibot protection to a given form.
Comment #4
mstef commentedWebform users can apply this patch (if needed): https://www.drupal.org/project/webform/issues/2953085#comment-12526638