/**
  * 	process_recaptcha
  *
  * 	@access private
  * 	@return 	boolean
  */
 private static function _get_recaptcha_response()
 {
     EED_Recaptcha::$_recaptcha_response = EE_Registry::instance()->REQ->get('g-recaptcha-response', false);
 }