Bootstraps the submodule by setting properties.
Description
See also
Source
File: src/modules/protectors/timetrap.php
protected function bootstrap() { $this->slug = 'timetrap'; $this->title = __( 'Timetrap', 'torro-forms' ); $this->description = __( 'Tries to detect bots by setting a minimum time that users need to fill in the form.', 'torro-forms' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |