webform_captcha.install in Webform Captcha 7
Webform Captcha module install hooks.
File
webform_captcha.installView source
<?php
/**
* @file
* Webform Captcha module install hooks.
*/
/**
* Implements hook_install().
*/
function webform_captcha_install() {
//set defaults > 80% of sits want/expect
variable_set('webform_captcha_allow_user_config', 1);
}
Functions
Name![]() |
Description |
---|---|
webform_captcha_install | Implements hook_install(). |