Bootstraps the submodule by setting properties.
Description
See also
Source
File: src/modules/actions/email-notifications.php
protected function bootstrap() { $this->slug = 'email_notifications'; $this->title = __( 'Email Notifications', 'torro-forms' ); // $this->description = __( 'Sends one or more email notifications to specific addresses.', 'torro-forms' ); $this->register_template_tag_handlers(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |