Submission_Count::get_default_total_submissions_reached_message()

Returns the default message to display when the total amount of submissions has been reached.

Description

See also

Return

(string) Message to display.

Source

File: src/modules/access-controls/submission-count.php

	protected function get_default_total_submissions_reached_message() {
		return __( 'This form is no longer open to submissions since the maximum number of submissions has been reached.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.