function _google_captcha_load_library in Google Captcha 7
Load the recaptcha library.
3 calls to _google_captcha_load_library()
- google_captcha_admin_settings in ./
google_captcha.admin.inc - Form callback; administrative settings for Google No CAPTCHA.
- google_captcha_captcha in ./
google_captcha.module - Implements hook_captcha().
- google_captcha_captcha_validation in ./
google_captcha.module - CAPTCHA Callback; Validates the google captcha code.
File
- ./
google_captcha.module, line 93 - Verifies if user is a human without necessity to solve a CAPTCHA.
Code
function _google_captcha_load_library() {
return module_load_include('php', 'google_captcha', 'ReCAPTCHA/php/recaptchalib');
}