Module::bootstrap()

Bootstraps the module by setting properties.

Description

See also

Source

File: src/modules/form-settings/module.php

	protected function bootstrap() {
		$this->slug        = 'form_settings';
		$this->title       = __( 'Form Settings', 'torro-forms' );
		$this->description = __( 'Form settings control the general behavior of forms.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.