wpcf7_captcha_messages()
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
wpcf7_captcha_messages( $messages );
- $messages (обязательный)
- -
Код wpcf7_captcha_messages() wpcf7 captcha messages CF7 5.9.8
function wpcf7_captcha_messages( $messages ) { $messages = array_merge( $messages, array( 'captcha_not_match' => array( 'description' => __( "The code that sender entered does not match the CAPTCHA", 'contact-form-7' ), 'default' => __( 'Your entered code is incorrect.', 'contact-form-7' ), ), ) ); return $messages; }