Honeypot::get_default_skip_field_label()

Returns the default message to display when the user is not logged in.

Description

See also

Return

(string) Message to display.

Source

File: src/modules/protectors/honeypot.php

	protected function get_default_skip_field_label() {
		return __( 'If you are a human, do not fill in this field.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.