Loads the class messages.
Description
See also
Source
File: src/torro-forms.php
protected function load_messages() { $this->messages['cheatin_huh'] = __( 'Cheatin’ huh?', 'torro-forms' ); /* translators: %s: PHP version number */ $this->messages['outdated_php'] = __( 'Torro Forms cannot be initialized because your setup uses a PHP version older than %s.', 'torro-forms' ); /* translators: %s: WordPress version number */ $this->messages['outdated_wp'] = __( 'Torro Forms cannot be initialized because your setup uses a WordPress version older than %s.', 'torro-forms' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |