Honeypot::bootstrap()

Bootstraps the submodule by setting properties.

Description

See also

Source

File: src/modules/protectors/honeypot.php

	protected function bootstrap() {
		$this->slug        = 'honeypot';
		$this->title       = __( 'Honeypot', 'torro-forms' );
		$this->description = __( 'Uses a Honeypot field that users must not fill in to recognize bots.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.