Timerange::get_default_not_yet_open_message()

Returns the default message to display when the form is not yet open.

Description

See also

Return

(string) Message to display.

Source

File: src/modules/access-controls/timerange.php

	protected function get_default_not_yet_open_message() {
		return __( 'This form is not yet open to submissions.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.