reCAPTCHA::bootstrap()

Bootstraps the submodule by setting properties.

Description

See also

Source

File: src/modules/protectors/recaptcha.php

	protected function bootstrap() {
		$this->slug        = 'recaptcha';
		$this->title       = __( 'reCAPTCHA', 'torro-forms' );
		// $this->description = __( 'Uses Google reCAPTCHA service to filter out spam.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.