function hcaptcha_install in hCaptcha 7
Implements hook_install().
File
- ./
hcaptcha.install, line 6
Code
function hcaptcha_install() {
variable_set('hcaptcha_src', 'https://hcaptcha.com/1/api.js');
}
Implements hook_install().
function hcaptcha_install() {
variable_set('hcaptcha_src', 'https://hcaptcha.com/1/api.js');
}