Bootstraps the submodule by setting properties.
Description
See also
Source
File: src/modules/access-controls/submission-count.php
protected function bootstrap() { $this->slug = 'submission_count'; $this->title = __( 'Submission Count', 'torro-forms' ); // $this->description = __( 'Allows you to restrict this form based on how many submissions have already been completed.', 'torro-forms' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |