WPCF7_ConfigValidator::get_default_message()publicCF7 1.0

Returns a default message that is used when the message for the error is not specified.

Метод класса: WPCF7_ConfigValidator{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WPCF7_ConfigValidator = new WPCF7_ConfigValidator();
$WPCF7_ConfigValidator->get_default_message( $code );
$code **
-
По умолчанию: ''

Код WPCF7_ConfigValidator::get_default_message() CF7 5.9.3

public function get_default_message( $code = '' ) {
	return __( "Configuration error is detected.", 'contact-form-7' );
}