WPCF7_ConfigValidator::get_default_message
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() WPCF7 ConfigValidator::get default message CF7 6.1.6
public function get_default_message( $code = '' ) {
return __( 'Configuration error is detected.', 'contact-form-7' );
}