function cleantalk_form_contact_site_form_alter in Anti Spam by CleanTalk 7.2
Same name and namespace in other branches
- 8 cleantalk.module \cleantalk_form_contact_site_form_alter()
- 7 cleantalk.module \cleantalk_form_contact_site_form_alter()
Implements hook_form_FORM_ID_alter().
File
- ./
cleantalk.module, line 1409 - Main CleanTalk integration module functions.
Code
function cleantalk_form_contact_site_form_alter(&$form, &$form_state, $form_id) {
_cleantalk_form_alter($form, $form_state, $form_id);
}