Email_Notifications::bootstrap()

Bootstraps the submodule by setting properties.

Description

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

Changelog
Version Description
1.0.0 Introduced.