Bootstraps the submodule by setting properties.
Description
See also
Source
File: src/modules/access-controls/timerange.php
protected function bootstrap() { $this->slug = 'timerange'; $this->title = __( 'Timerange', 'torro-forms' ); $this->description = __( 'Allows you to specific a timerange in which this form is available.', 'torro-forms' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |