Bootstraps the submodule by setting properties.
Description
See also
Source
File: src/modules/access-controls/user-identification.php
protected function bootstrap() { $this->slug = 'user_identification'; $this->title = __( 'User Identification', 'torro-forms' ); // $this->description = __( 'Allows you to restrict this form based on the user who wants to access it.', 'torro-forms' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |