Bootstraps the submodule by setting properties.
Description
See also
Source
File: src/modules/protectors/linkcount.php
protected function bootstrap() { $this->slug = 'linkcount'; $this->title = __( 'Link Count', 'torro-forms' ); $this->description = __( 'Tries to detect bots by the amount of links in the form submission data.', 'torro-forms' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |