function cleantalk_form_alter in Anti Spam by CleanTalk 9.1.x
Same name and namespace in other branches
- 8.4 cleantalk.module \cleantalk_form_alter()
- 8.3 cleantalk.module \cleantalk_form_alter()
- 7.5 cleantalk.module \cleantalk_form_alter()
- 7.4 cleantalk.module \cleantalk_form_alter()
Implements hook_form_BASE_FORM_ID_alter()
File
- ./
cleantalk.module, line 64
Code
function cleantalk_form_alter(&$form, &$form_state, $form_id) {
_cleantalk_form_alter($form, $form_state, $form_id);
}