add('anti_captcha_error', ANTI_CAPTCHA_ERROR); } } function anti_captcha_process_lostpassword() { if (!anti_captcha_verify_token($_POST['anti-captcha-token'])) { wp_die(ANTI_CAPTCHA_ERROR); } }