Members::get_default_not_selected_message()

Returns the default message to display when the user has not been selected.

Description

See also

Return

(string) Message to display.

Source

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

	protected function get_default_not_selected_message() {
		return __( 'You have not been selected to participate.', 'torro-forms' );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.