Loads the base properties of the class.
Description
See also
Source
File: src/torro-forms.php
protected function load_base_properties() { $this->version = '1.0.0'; $this->prefix = 'torro_'; $this->vendor_name = 'awsmug'; $this->project_name = 'Torro_Forms'; $this->minimum_php = '5.6'; $this->minimum_wp = '4.8'; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |